This commit is contained in:
16
state.tf
16
state.tf
@@ -1,13 +1,7 @@
|
|||||||
terraform {
|
terraform {
|
||||||
backend "local" {
|
backend "s3" {
|
||||||
path = "terraform.tfstate"
|
bucket = "tips-of-mine-terraform-bucket-backend"
|
||||||
|
key = "backend/cloudflare-dns-org/terraform.tfstate"
|
||||||
|
region = "eu-north-1"
|
||||||
}
|
}
|
||||||
# backend "s3" {
|
}
|
||||||
# bucket = "terraform-cloudflare-bucket"
|
|
||||||
# key = "prod/terraform.tfstate"
|
|
||||||
# region = "eu-north-1"
|
|
||||||
# dynamodb_table = "shoppr-tfstate-locking"
|
|
||||||
# encrypt = true
|
|
||||||
# role_arn = "arn:aws:iam::681214183695:user/terraform"
|
|
||||||
# }
|
|
||||||
}
|
|
Reference in New Issue
Block a user