terraform { backend "s3" { bucket = "monkeybox-terraform-state" key = "global/s3/terraform.tfstate" region = "us-east-2" encrypt = true } }