Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
14 lines
360 B
HCL
14 lines
360 B
HCL
terraform {
|
|
# backend "local" {
|
|
# path = "terraform.tfstate"
|
|
# }
|
|
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"
|
|
}
|
|
}
|