Created
October 16, 2021 19:33
-
-
Save omarismail/a7e29918b0a63c07222f9c07ec7e6255 to your computer and use it in GitHub Desktop.
cloud backend, tags
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 { | |
cloud { | |
hostname = "app.terraform.io" | |
organization = "omar-test" | |
workspaces { | |
tags = ["app"] | |
} | |
} | |
} | |
output "env" { | |
value = "${terraform.workspace}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment