Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compute_service_attachment consumer_accept diff #6700

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions mmv1/products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14750,17 +14750,17 @@ objects:
send_empty_value: true
item_type: !ruby/object:Api::Type::NestedObject
properties:
- !ruby/object:Api::Type::String
name: 'projectIdOrNum'
required: true
description: |
A project that is allowed to connect to this service attachment.
- !ruby/object:Api::Type::Integer
name: 'connectionLimit'
required: true
description: |
The number of consumer forwarding rules the consumer project can
create.
- !ruby/object:Api::Type::String
name: 'projectIdOrNum'
required: true
description: |
A project that is allowed to connect to this service attachment.
- !ruby/object:Api::Type::Integer
name: 'connectionLimit'
required: true
description: |
The number of consumer forwarding rules the consumer project can
create.
- !ruby/object:Api::Resource
name: 'SslPolicy'
kind: 'compute#sslPolicy'
Expand Down
2 changes: 2 additions & 0 deletions mmv1/products/compute/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2684,6 +2684,8 @@ overrides: !ruby/object:Overrides::ResourceOverrides
region: !ruby/object:Overrides::Terraform::PropertyOverride
required: false
default_from_api: true
consumerAcceptLists: !ruby/object:Overrides::Terraform::PropertyOverride
is_set: true
custom_code: !ruby/object:Provider::Terraform::CustomCode
update_encoder: 'templates/terraform/update_encoder/compute_service_attachment.go.erb'
Snapshot: !ruby/object:Overrides::Terraform::ResourceOverride
Expand Down