9 lines
184 B
HCL
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
|
|
}
|