terraform { backend "s3" { bucket = "fcm-terraform-state" key = "global/s3/terraform.tfstate" region = "us-east-2" encrypt = true kms_key_id = "alias/terraform" profile = "fcm-security-account" } }