Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created July 14, 2022 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soerenmartius/db713e83294a52a45567736f059624e4 to your computer and use it in GitHub Desktop.
Save soerenmartius/db713e83294a52a45567736f059624e4 to your computer and use it in GitHub Desktop.
Definition of globals with Terramate
# File: /projects/my-project-prod/project.tm.hcl
globals {
env = "prod"
project_id = "my-project-${global.env}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment