diff options
Diffstat (limited to '')
-rw-r--r-- | digitalocean/domain/variables.tf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/digitalocean/domain/variables.tf b/digitalocean/domain/variables.tf new file mode 100644 index 0000000..bcff122 --- /dev/null +++ b/digitalocean/domain/variables.tf @@ -0,0 +1,10 @@ +variable "project_id" { + type = string +} + +variable "name" { + type = string +} +variable "ip_address" { + type = string +} |