Skip to content

Instantly share code, notes, and snippets.

@lambdafunc
Created July 4, 2021 13:07
Show Gist options
  • Save lambdafunc/a1e4c72283010bc0c0e299bc8f292f2e to your computer and use it in GitHub Desktop.
Save lambdafunc/a1e4c72283010bc0c0e299bc8f292f2e to your computer and use it in GitHub Desktop.
TF S3 backend
terraform {
required_version = ">=0.12.0"
backend "s3" {
region = "us-east-1"
profile = "default"
key = "terraformstatefile"
bucket = "/terraformbucket123"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment