Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 16s
13 lines
278 B
HCL
13 lines
278 B
HCL
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
|
|
# }
|
|
}
|