Skip to content

Instantly share code, notes, and snippets.

@omarismail
Created October 16, 2021 19:37
Show Gist options
  • Save omarismail/d7ea5254252acb07c295f0dfe42aea5f to your computer and use it in GitHub Desktop.
Save omarismail/d7ea5254252acb07c295f0dfe42aea5f to your computer and use it in GitHub Desktop.
s3 backend
terraform {
backend "s3" {
bucket = "tf-backend-omar"
region = "us-east-1"
acl = "public-read"
}
}
output "env" {
value = "${terraform.workspace}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment