summaryrefslogtreecommitdiff
path: root/org-buetow-nextcloud/variables.tf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-12-20 09:27:15 +0200
committerPaul Buetow <paul@buetow.org>2023-12-20 09:27:15 +0200
commit2c675b23a0a2d876c6c54ae09c0984b9938003d5 (patch)
tree1fbdb4e4b2a41faf698e49b31e3973b70d75aab0 /org-buetow-nextcloud/variables.tf
parent7fd1d95501235b9a9c2fcc19d8b313a840db89d9 (diff)
initial nextcloud
Diffstat (limited to 'org-buetow-nextcloud/variables.tf')
-rw-r--r--org-buetow-nextcloud/variables.tf5
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"
+}