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.tf10
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
+}