♻️ move terraform code start adding dns

This commit is contained in:
2024-10-17 11:24:13 -04:00
parent 73a52e35d0
commit ea5496e870
9 changed files with 70 additions and 47 deletions

6
terraform/variables.tf Normal file
View File

@ -0,0 +1,6 @@
variable "cloudflare_token" {
type = string
}
variable "do_token" {
type = string
}