Skip to content

Commit

Permalink
Configure state bucket. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
anybodys authored Feb 20, 2024
1 parent 3bf1083 commit d3063a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ terraform {
version = "3.0.2"
}
}
backend "gcs" {
bucket = "artist-2d-bucket-tfstate-dev"
prefix = "terraform/state"
}
}


Expand Down

0 comments on commit d3063a1

Please sign in to comment.