Closed brettcurtis closed 6 months ago
The updates primarily involve version upgrades for various providers such as Google, Kubernetes, and Helm across multiple README files and Terraform configurations. Additionally, there are specific changes to the declarations related to node pools, including the removal of the service_account
attribute and adjustments to test configurations due to limitations in remote state support.
Files | Change Summary |
---|---|
global/README.md , regional/README.md , regional/istio/README.md , regional/onboarding/README.md |
Updated versions of Google, Kubernetes, and Helm providers. |
regional/variables.tf , regional/README.md |
Updated node_pools variable and input descriptions, removed service_account attribute. |
tests/default.tftest.hcl |
Commented out test runs for specific configurations due to lack of remote state support. |
Objective | Addressed | Explanation |
---|---|---|
Remove service account attribute for node pools and cluster autoscaling (#73) | ✅ |
Fixes #73
Summary by CodeRabbit
Documentation
node_pools
for cluster creation.Refactor
service_account
field from thenode_pools
variable definition.Tests