Initial test version

This commit is contained in:
2022-05-06 15:16:16 -05:00
parent 830e33facb
commit 03bb0578a5
12 changed files with 121 additions and 18 deletions

4
variable.domain_name.tf Normal file
View File

@@ -0,0 +1,4 @@
variable "domain_name" {
default = "example.com"
type = string
}