Skip to content

Instantly share code, notes, and snippets.

@omarismail
Created October 16, 2021 19:33
Show Gist options
  • Save omarismail/a7e29918b0a63c07222f9c07ec7e6255 to your computer and use it in GitHub Desktop.
Save omarismail/a7e29918b0a63c07222f9c07ec7e6255 to your computer and use it in GitHub Desktop.
cloud backend, tags
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