-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR updates the GCP Terraform Provider to v5. Additional updates were made to the VPC Submodule and VPC Firewall Submodule to address changes in the GCP APIs and to make sure that changes to parameters passed in to the root module were not triggering recreation of unrelated resources. BUG FIXES: - VPC Submodule - Proxy Subnet fix for change to GCP APIs related to IPv6 - GCP released a change and with v5 of the GCP Terraform Provider, the IPv6 parameter for Proxy Only Subnets is not suported/required. - Subnet Names are now managed by the root module - The previous behavior was causing the replacement of Subnets on any parameter change to the root module. - VPC Firewall Submodule - Update to use VPC ID for attachment instead of dynamically identifying from the name. - The previous behavior was causing the replacement of the VPC Firewall on any parameter change to the root module. OTHER CHANGES: - Change from tfsec to trivy for pre-commit - TFLint updated for GCP Ruleset - General updates/fixes for all tests in submodule examples for VPC Firewall and CloudStorage - pre-commit updates to the latest revisions On branch brent/vpc-proxysubnet-fix Changes to be committed: modified: .pre-commit-config.yaml modified: .tflint.hcl modified: CHANGELOG.md modified: README.md modified: examples/anyscale-v2-commonname/README.md modified: examples/anyscale-v2-commonname/main.tf modified: examples/anyscale-v2-commonname/outputs.tf modified: examples/anyscale-v2-commonname/versions.tf modified: examples/anyscale-v2-existingidentityfederation/README.md modified: examples/anyscale-v2-existingidentityfederation/versions.tf modified: examples/anyscale-v2-existingproject/README.md modified: examples/anyscale-v2-existingproject/versions.tf modified: examples/anyscale-v2-kitchensink/README.md modified: examples/anyscale-v2-kitchensink/versions.tf modified: examples/anyscale-v2-privatenetwork/README.md modified: examples/anyscale-v2-privatenetwork/versions.tf modified: examples/anyscale-v2-vpc-shared/README.md modified: examples/anyscale-v2-vpc-shared/versions.tf modified: examples/anyscale-v2/README.md modified: examples/anyscale-v2/versions.tf modified: main.tf modified: modules/google-anyscale-cloudapis/README.md modified: modules/google-anyscale-cloudapis/examples/README.md modified: modules/google-anyscale-cloudapis/examples/versions.tf modified: modules/google-anyscale-cloudapis/main.tf modified: modules/google-anyscale-cloudapis/variables.tf modified: modules/google-anyscale-cloudapis/versions.tf modified: modules/google-anyscale-cloudstorage/README.md modified: modules/google-anyscale-cloudstorage/examples/README.md modified: modules/google-anyscale-cloudstorage/examples/main.tf modified: modules/google-anyscale-cloudstorage/examples/versions.tf modified: modules/google-anyscale-cloudstorage/versions.tf modified: modules/google-anyscale-filestore/README.md modified: modules/google-anyscale-filestore/examples/README.md modified: modules/google-anyscale-filestore/examples/versions.tf modified: modules/google-anyscale-filestore/versions.tf modified: modules/google-anyscale-iam/README.md modified: modules/google-anyscale-iam/examples/README.md modified: modules/google-anyscale-iam/examples/versions.tf modified: modules/google-anyscale-iam/versions.tf modified: modules/google-anyscale-memorystore/README.md modified: modules/google-anyscale-memorystore/examples/README.md modified: modules/google-anyscale-memorystore/examples/versions.tf modified: modules/google-anyscale-memorystore/versions.tf modified: modules/google-anyscale-project/README.md modified: modules/google-anyscale-project/examples/README.md modified: modules/google-anyscale-project/examples/versions.tf modified: modules/google-anyscale-project/versions.tf modified: modules/google-anyscale-vpc-firewall/README.md deleted: modules/google-anyscale-vpc-firewall/data.tf modified: modules/google-anyscale-vpc-firewall/examples/README.md modified: modules/google-anyscale-vpc-firewall/examples/main.tf modified: modules/google-anyscale-vpc-firewall/examples/versions.tf modified: modules/google-anyscale-vpc-firewall/main.tf modified: modules/google-anyscale-vpc-firewall/variables.tf modified: modules/google-anyscale-vpc-firewall/versions.tf modified: modules/google-anyscale-vpc/README.md modified: modules/google-anyscale-vpc/examples/README.md modified: modules/google-anyscale-vpc/examples/versions.tf modified: modules/google-anyscale-vpc/main.tf modified: modules/google-anyscale-vpc/private-subnet.tf modified: modules/google-anyscale-vpc/proxy-subnet.tf modified: modules/google-anyscale-vpc/public-subnet.tf modified: modules/google-anyscale-vpc/versions.tf modified: test/anyscale-v2-e2e-private-test/versions.tf modified: test/anyscale-v2-e2e-public-test/versions.tf modified: test/requirements.txt modified: test/test_cloud_register_manual.py modified: variables.tf modified: versions.tf
- Loading branch information
1 parent
1174c44
commit c06d064
Showing
70 changed files
with
461 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.