mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-26 18:04:24 +00:00
13 lines
303 B
Terraform
13 lines
303 B
Terraform
# Copyright 2023-2024 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
variable "dns-zone" {
|
|
description = "Name of the DNS zone"
|
|
type = string
|
|
}
|
|
|
|
variable "subdomain" {
|
|
description = "Subdomain under the DNS zone to register"
|
|
type = string
|
|
}
|