This commit is contained in:
7
state.tf
7
state.tf
@@ -2,4 +2,11 @@ terraform {
|
|||||||
backend "local" {
|
backend "local" {
|
||||||
path = "terraform.tfstate"
|
path = "terraform.tfstate"
|
||||||
}
|
}
|
||||||
|
# backend "s3" {
|
||||||
|
# bucket = "terraform-cloudflare-dns-zone"
|
||||||
|
# key = "prod/terraform.tfstate"
|
||||||
|
# region = "eu-north-1"
|
||||||
|
# dynamodb_table = "shoppr-tfstate-locking"
|
||||||
|
# encrypt = true
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user