This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Google Cloud
This is a breaking change and will be noted as so in the release notes.
To resolve security warnings we needed to bump up the version of the providers which in turn required us to bump up the minimum required terraform versions.
This transition to this new version should be smooth. Users who run this project directly on their host will need to update the terraform binary and update the providers and modules. Users of the Docker container can build and use the latest release. Users will not be able to manage their infrastructure using an older version of this project once they migrate to this version or initially start with it. More details to come in official release notes.
Changes
Update binaries & Terraform providers/modules to resolve security warnings
Binaries
Terraform 1.7.3-> 1.8.5 (project min is 1.8.0)
gcloud CLI 472.0.0 -> 479.0.0
Providers
hashicorp/google & hashicorp/google-beta
Versions:
Initial Version: 5.16.0
Final Version: 5.31.0
Notes:
No notable breaking changes or deprecations observed that would affect us, mostly the addition of new features/fixes.
No notable breaking changes or deprecations observed that would affect us. This update requires upgrading the minimum provider version 5.25 which will be met in this PR.
No notable breaking changes or deprecations observed that would affect us. This update requires upgrading the minimum provider version 5.12 and minimum Terraform version 1.3 which we already met in this PR.
Breaking Notes:
This is a breaking change and will be noted as so in the release notes. To resolve security warnings we needed to bump up the version of the providers which in turn required us to bump up the minimum required terraform versions.
This transition to this new version should be smooth. Users who run this project directly on their host will need to update the terraform binary and update the providers and modules. Users of the Docker container can build and use the latest release. Users will not be able to manage their infrastructure using an older version of this project once they migrate to this version or initially start with it. More details to come in official release notes.
Changes
Update binaries & Terraform providers/modules to resolve security warnings
Binaries
Providers
hashicorp/google & hashicorp/google-beta
Modules
terraform-google-modules/kubernetes-engine/google//modules/private-cluster
terraform-google-modules/address/google
GoogleCloudPlatform/sql-db/google//modules/postgresql
terraform-google-modules/cloud-nat/google
Tests