Skip to content

Commit f26cec1

Browse files
committed
fix: ensure service account id is long enough
1 parent c57afd8 commit f26cec1

File tree

1 file changed

+1
-1
lines changed
  • backupdr/backup_plan_association

1 file changed

+1
-1
lines changed

backupdr/backup_plan_association/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
resource "google_service_account" "default" {
1818
provider = google-beta
19-
account_id = "my-sa"
19+
account_id = "my-serviceaccount"
2020
display_name = "Custom SA for VM Instance"
2121
}
2222

0 commit comments

Comments
 (0)