Skip to content

Commit

Permalink
add mutex for apigee_instance (GoogleCloudPlatform#5701)
Browse files Browse the repository at this point in the history
* Add support IAM policy for the Environment of Apigee X

* Add support IAM policy for the Environment of Apigee X

* Add support IAM policy for the Environment of Apigee X

* Add support IAM policy for the Environment of Apigee X

* Revert all changes to test files.

* Revert all changes to test files.

* Revert all changes to test files.

* Add primary_resource_name to fix tests.

* Update iam_attributes.tf.erb to honor skip_test.

* Don't reject skip_tests when example is nil.

* Update mmv1/products/apigee/api.yaml

Co-authored-by: Stephen Lewis (Burrows) <[email protected]>

* Fix primary_resource_name for apigee organization name.

* add mutex for apigee_instance

* Add mutex for apigee_instance

Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
  • Loading branch information
2 people authored and lcaggio committed Mar 17, 2022
1 parent 21da038 commit 09b94c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmv1/products/apigee/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
Instance: !ruby/object:Overrides::Terraform::ResourceOverride
autogen_async: true
import_format: ["{{org_id}}/instances/{{name}}", "{{org_id}}/{{name}}"]
mutex: "{{org_id}}/apigeeInstances"
examples:
- !ruby/object:Provider::Terraform::Examples
name: "apigee_instance_basic"
Expand Down

0 comments on commit 09b94c7

Please sign in to comment.