Skip to content

Instantly share code, notes, and snippets.

@guivin
Created September 23, 2021 06:23
Show Gist options
  • Save guivin/f6156be81d8012b1108ff5ab103cafe6 to your computer and use it in GitHub Desktop.
Save guivin/f6156be81d8012b1108ff5ab103cafe6 to your computer and use it in GitHub Desktop.
Terraform backend with workspace
terraform {
backend "s3" {
bucket = "terraform-remote-states"
workspace_key_prefix = "environments"
key = "network"
region = "us-east-1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment