dogtag-IaC/vars.tf

8 lines
79 B
Terraform
Raw Normal View History

2024-04-29 12:49:34 +00:00
variable "caname" {
type = string
}
variable "cadbname" {
type = string
}