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

Send empty/false for import/export custom routes #3661

Merged
merged 1 commit into from
Jun 17, 2020
Merged
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
4 changes: 4 additions & 0 deletions products/compute/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,10 @@ overrides: !ruby/object:Overrides::ResourceOverrides
properties:
network: !ruby/object:Overrides::Terraform::PropertyOverride
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.erb'
importCustomRoutes: !ruby/object:Overrides::Terraform::PropertyOverride
send_empty_value: true
exportCustomRoutes: !ruby/object:Overrides::Terraform::PropertyOverride
send_empty_value: true
custom_code: !ruby/object:Provider::Terraform::CustomCode
custom_delete: 'templates/terraform/custom_delete/skip_delete.go.erb'
encoder: 'templates/terraform/encoders/network_peering_routes_config.go.erb'
Expand Down