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 } }