diff --git a/infra/app/main.tf b/infra/app/main.tf index eeb7c2b..3a5b2da 100644 --- a/infra/app/main.tf +++ b/infra/app/main.tf @@ -5,6 +5,10 @@ terraform { version = "3.0.2" } } + backend "gcs" { + bucket = "artist-2d-bucket-tfstate-dev" + prefix = "terraform/state" + } }