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