diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-20 09:27:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-20 09:27:15 +0200 |
| commit | 2c675b23a0a2d876c6c54ae09c0984b9938003d5 (patch) | |
| tree | 1fbdb4e4b2a41faf698e49b31e3973b70d75aab0 /org-buetow-nextcloud/variables.tf | |
| parent | 7fd1d95501235b9a9c2fcc19d8b313a840db89d9 (diff) | |
initial nextcloud
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" +} |
