aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/digitalocean/domain/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'digitalocean/domain/variables.tf')
-rw-r--r--digitalocean/domain/variables.tf5
1 files changed, 5 insertions, 0 deletions
diff --git a/digitalocean/domain/variables.tf b/digitalocean/domain/variables.tf
index bcff122..0d49ec4 100644
--- a/digitalocean/domain/variables.tf
+++ b/digitalocean/domain/variables.tf
@@ -8,3 +8,8 @@ variable "name" {
variable "ip_address" {
type = string
}
+
+variable "aliases" {
+ type = list(string)
+ default = []
+}