Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fast-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Dec 30, 2024
2 parents 647895a + 76b108d commit 510d76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/gke/patterns/autopilot-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
)
cluster_sa = (
local._cluster_sa == "default"
? module.project.service_accounts.default.compute
? module.project.default_service_accounts.compute
: local._cluster_sa
)
cluster_sa_roles = [
Expand Down

0 comments on commit 510d76d

Please sign in to comment.