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

add ForceNew to firewall direction field. #1284

Merged
merged 2 commits into from
Jan 24, 2019
Merged
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
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
5 changes: 5 additions & 0 deletions products/compute/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ overrides: !ruby/object:Overrides::ResourceOverrides
default_from_api: true
direction: !ruby/object:Overrides::Terraform::PropertyOverride
default_from_api: true
# Because most fields on this resource are `Computed`, it is easy
# for a user to wind up in a broken state if they switch a rule from
# being ingress to egress without examining the diff carefully.
# See terraform issue #2713 for more context.
input: true
name: !ruby/object:Overrides::Terraform::PropertyOverride
validation: !ruby/object:Provider::Terraform::Validation
function: 'validateGCPName'
Expand Down