Skip to content

Instantly share code, notes, and snippets.

@omarismail
Created October 16, 2021 19:36
Show Gist options
  • Save omarismail/2625f90e9026f991ad68ce4f8b6bcada to your computer and use it in GitHub Desktop.
Save omarismail/2625f90e9026f991ad68ce4f8b6bcada to your computer and use it in GitHub Desktop.
local backend
terraform {
backend "local" {
}
}
output "env" {
value = "${terraform.workspace}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment