Skip to content

Commit 81df886

Browse files
authored
Merge pull request #27 from diggerhq/ZIJ-patch-12
Update main.tf
2 parents 2b838d8 + 3ad0d00 commit 81df886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opsless_system/main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ terraform {
99
}
1010
}
1111

12+
1213
provider "google" {
1314
# You can also specify credentials if needed, e.g.:
1415
# credentials = file("path/to/service_account_key.json")
@@ -41,4 +42,4 @@ resource "google_storage_bucket" "terraform_state" {
4142
output "bucket_name" {
4243
description = "Name of the GCS bucket for Terraform remote state."
4344
value = google_storage_bucket.terraform_state.name
44-
}
45+
}

0 commit comments

Comments
 (0)