Created
October 16, 2021 19:36
-
-
Save omarismail/2625f90e9026f991ad68ce4f8b6bcada to your computer and use it in GitHub Desktop.
local backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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