Skip to content

Commit

Permalink
Merge pull request #73 from forseti-security/add_waiter_for_datafusio…
Browse files Browse the repository at this point in the history
…n_instances

Add waiter for Datafusion instances
  • Loading branch information
rvandegrift authored Apr 21, 2021
2 parents f6647ff + 4eaa60e commit a127e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpe/resources/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ class GcpDatafusionInstance(GoogleAPIResource):

required_resource_data = ['name', 'location', 'project_id']

readiness_key = 'state'
readiness_value = 'RUNNING'
readiness_terminal_values = ['FAILED', 'DELETING', 'STATUS_UNSPECIFIED']

resource_components = {
'iam': 'getIamPolicy',
}
Expand Down

0 comments on commit a127e88

Please sign in to comment.