Updating terraform

This commit is contained in:
2025-02-23 13:16:25 -06:00
parent 65aa31a66d
commit bafb812627
9 changed files with 177 additions and 213 deletions

View File

@@ -15,6 +15,10 @@ variable "CLIENT_SECRET" {
sensitive = true
}
variable "DNS_ZONE_RESOURCE_GROUP" {
type = string
}
variable "DOCKER_IO_PASSWORD" {
type = string
sensitive = true
@@ -28,10 +32,6 @@ variable "DOMAIN_NAME" {
type = string
}
variable "REGION" {
type = string
}
variable "RESOURCE_GROUP_NAME" {
type = string
}