Created
July 14, 2022 12:06
-
-
Save soerenmartius/84662df0729b18dc061dedfad9c44cd9 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-staging/project.tm.hcl | |
globals { | |
env = "staging" | |
project_id = "my-project-${global.env}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment