You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try to create autopilote cluster with module ("terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster") in plan i can see custom service account set but when i execute apply i have some error. Terraform try to create with default compute sa : "[email protected]"
Expected behavior
Terraform execute creation with custom service account not default compute sa
Observed behavior
Terraform try to create cluster with default compute sa. We erase all default sa for more security so we want create with custom service account.
TL;DR
try to create autopilote cluster with module ("terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster") in plan i can see custom service account set but when i execute apply i have some error. Terraform try to create with default compute sa : "[email protected]"
Expected behavior
Terraform execute creation with custom service account not default compute sa
Observed behavior
Terraform try to create cluster with default compute sa. We erase all default sa for more security so we want create with custom service account.
Terraform Configuration
Terraform Version
Additional information
in plan i have:
cluster_autoscaling {
+ auto_provisioning_locations = (known after apply)
+ enabled = (known after apply)
The text was updated successfully, but these errors were encountered: