diff --git a/state.tf b/state.tf index 3c533e6..633ddc0 100644 --- a/state.tf +++ b/state.tf @@ -2,4 +2,11 @@ terraform { backend "local" { 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 +# } }