fix config

This commit is contained in:
Nana Janashia
2020-12-20 16:04:49 +01:00
parent 9f96f5fac1
commit 386fde3774
3 changed files with 46 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
terraform {
backend "s3" {
bucket = "myapp-cluster-bucket"
bucket = "myapp-cluster-bucket-new"
key = "myapp/state.tfstate"
region = "eu-west-3"
}