Skip to content

Commit

Permalink
catching changes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst committed Nov 27, 2019
1 parent 44c29e4 commit 18b3cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions products/cloudrun/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides
- !ruby/object:Provider::Terraform::Examples
name: "cloud_run_service_basic"
primary_resource_id: "default"
# skipping test until custom import ids are supported
skip_test: true
vars:
cloud_run_service_name: "tftest-cloudrun"
test_env_vars:
Expand Down
10 changes: 5 additions & 5 deletions products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9354,8 +9354,8 @@ objects:
guides:
'Google Cloud Router': 'https://cloud.google.com/router/docs/'
api: 'https://cloud.google.com/compute/docs/reference/rest/v1/routers'
async: !ruby/object:Api::Async
operation: !ruby/object:Api::Async::Operation
async: !ruby/object:Api::OpAsync
operation: !ruby/object:Api::OpAsync::Operation
kind: 'compute#operation'
path: 'name'
base_url: 'projects/{{project}}/regions/{{regions}}/operations/{{op_id}}'
Expand All @@ -9364,16 +9364,16 @@ objects:
insert_minutes: 10
update_minutes: 10
delete_minutes: 10
result: !ruby/object:Api::Async::Result
result: !ruby/object:Api::OpAsync::Result
path: 'targetLink'
status: !ruby/object:Api::Async::Status
status: !ruby/object:Api::OpAsync::Status
path: 'status'
complete: 'DONE'
allowed:
- 'PENDING'
- 'RUNNING'
- 'DONE'
error: !ruby/object:Api::Async::Error
error: !ruby/object:Api::OpAsync::Error
path: 'error/errors'
message: 'message'
parameters:
Expand Down

0 comments on commit 18b3cbd

Please sign in to comment.