Skip to content

Commit

Permalink
add mutex to route for peering (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye authored Apr 29, 2020
1 parent 7e909bc commit 6e57155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions products/compute/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,8 @@ overrides: !ruby/object:Overrides::ResourceOverrides
validation: !ruby/object:Provider::Terraform::Validation
function: 'validation.IntAtLeast(1)'
Route: !ruby/object:Overrides::Terraform::ResourceOverride
# Route cannot be added while a peering is on progress on the network
mutex: 'projects/{{project}}/global/networks/{{network}}/peerings'
examples:
- !ruby/object:Provider::Terraform::Examples
name: "route_basic"
Expand Down

0 comments on commit 6e57155

Please sign in to comment.