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 4554670Copy full SHA for 4554670
backupdr/backup_plan_association/main.tf
@@ -15,13 +15,11 @@
15
*/
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
23
resource "google_compute_instance" "default" {
24
25
name = "my-instance"
26
machine_type = "n2-standard-2"
27
zone = "us-central1-a"
0 commit comments