provider "aws" { region = var.AWS_REGION profile = "cw-terraform" } terraform { backend "s3" { profile = "cw-terraform" bucket = "slopedme-tf-state" encrypt = true dynamodb_table = "terraform-dynamodb-table" region = "us-east-1" key = "route53/terraform.tfstate" } }