diff options
Diffstat (limited to 'org-buetow-helper/variables.tf')
| -rw-r--r-- | org-buetow-helper/variables.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org-buetow-helper/variables.tf b/org-buetow-helper/variables.tf new file mode 100644 index 0000000..6819c29 --- /dev/null +++ b/org-buetow-helper/variables.tf @@ -0,0 +1,5 @@ +variable "environment" { + description = "The production helper environment" + type = string + default = "production-helper" +} |
