diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-04 14:18:08 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-04 14:18:08 +0200 |
commit | 15b9dea7a95765f1f3c09fe0dcb2ea5b5cb669c1 (patch) | |
tree | c0c192e00c419ade1779ae62b3aed91bbb3e8778 /digitalocean/domain/variables.tf | |
parent | initial commit (diff) | |
download | infra-terraform-15b9dea7a95765f1f3c09fe0dcb2ea5b5cb669c1.tar.gz infra-terraform-15b9dea7a95765f1f3c09fe0dcb2ea5b5cb669c1.zip |
import some common modulesv0.0.1
Diffstat (limited to 'digitalocean/domain/variables.tf')
-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 +} |