Skip to content

Instantly share code, notes, and snippets.

@gmirsky
Created June 23, 2020 21:23
Show Gist options
  • Select an option

  • Save gmirsky/8c2328908559fa2bbbf3752bf538b2f9 to your computer and use it in GitHub Desktop.

Select an option

Save gmirsky/8c2328908559fa2bbbf3752bf538b2f9 to your computer and use it in GitHub Desktop.
terraform get workspace name
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