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