Created
June 23, 2020 21:23
-
-
Save gmirsky/8c2328908559fa2bbbf3752bf538b2f9 to your computer and use it in GitHub Desktop.
terraform get workspace name
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
| output "workspace_name" { | |
| value = "${lower(terraform.workspace)}" | |
| description = "Terraform Workspace Name" | |
| sensitive = false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment