terraform { backend "s3" { bucket = "fcm-terraform-state" # Use the same bucket as you created in bootstrap key = "FIAMS/terraform.tfstate" # This should be unique per project region = "us-east-2" encrypt = true kms_key_id = "alias/terraform" } }