All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 17s
14 lines
365 B
HCL
14 lines
365 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"
|
|
# }
|
|
}
|