course_deploying_an_applica.../module6/tf/variables.tf

9 lines
184 B
HCL

variable "project_id" {
description = "The STACKIT project ID"
type = string
}
variable "dns_name" {
description = "DNS name for generated Zone"
type = string
}