Created
July 14, 2022 12:07
-
-
Save soerenmartius/db713e83294a52a45567736f059624e4 to your computer and use it in GitHub Desktop.
Definition of globals with Terramate
This file contains 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
# 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