Skip to content

Commit

Permalink
update backend state bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeenciu committed Oct 14, 2023
1 parent 7cfb68c commit 67fc9b8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions production/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion production/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

terraform {
backend "gcs" {
bucket = "rovacc-tfstate-production"
bucket = "rovacc-infra-tfstate-production"
prefix = "terraform/state"
}
}
Expand Down

0 comments on commit 67fc9b8

Please sign in to comment.