diff --git a/radicale/variables.tf b/radicale/variables.tf new file mode 100644 index 0000000..10fc457 --- /dev/null +++ b/radicale/variables.tf @@ -0,0 +1,3 @@ +variable "domain" { + type = "string" +}