We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57afd8 commit f26cec1Copy full SHA for f26cec1
backupdr/backup_plan_association/main.tf
@@ -16,7 +16,7 @@
16
17
resource "google_service_account" "default" {
18
provider = google-beta
19
- account_id = "my-sa"
+ account_id = "my-serviceaccount"
20
display_name = "Custom SA for VM Instance"
21
}
22
0 commit comments