-
Notifications
You must be signed in to change notification settings - Fork 724
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!: Fix for hierarchical firewall policy #1354
fix!: Fix for hierarchical firewall policy #1354
Conversation
@@ -1,5 +1,5 @@ | |||
/** | |||
* Copyright 2022 Google LLC | |||
* Copyright 2021 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason, Probably a mistake. Fixing.
Thanks @renato-rudnicki - I suspect we also need to update the minimum version constraints:
For example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @renato-rudnicki! LGTM, just waiting on the CI to go green
CC: @amandakarina
The API resources used by
3-networks-dual-svpc/modules/hierarchical_firewall_policy
and3-networks-hub-and-spoke/modules/hierarchical_firewall_policy
are deprecated and causing deployment failures on Foundation. This pull request addresses the issue by updating the resources to their latest versions.Issue related: hashicorp/terraform-provider-google#20657