We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b838d8 + 3ad0d00 commit 81df886Copy full SHA for 81df886
opsless_system/main.tf
@@ -9,6 +9,7 @@ terraform {
9
}
10
11
12
+
13
provider "google" {
14
# You can also specify credentials if needed, e.g.:
15
# credentials = file("path/to/service_account_key.json")
@@ -41,4 +42,4 @@ resource "google_storage_bucket" "terraform_state" {
41
42
output "bucket_name" {
43
description = "Name of the GCS bucket for Terraform remote state."
44
value = google_storage_bucket.terraform_state.name
-}
45
+}
0 commit comments