Skip to content

Instantly share code, notes, and snippets.

@Dartblack4
Last active May 6, 2019 13:04
Show Gist options
  • Save Dartblack4/fe1d086be4c70e60549b00cc1531224c to your computer and use it in GitHub Desktop.
Save Dartblack4/fe1d086be4c70e60549b00cc1531224c to your computer and use it in GitHub Desktop.
terraform {
backend "s3" { # Backend designation
bucket = "foo-terraform" # Bucket name
key = "bucket/terraform.tfstate" # Key
region = "us-east-1" # Region
encrypt = "true" # Encryption enabled
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment