jenkins-job/variable.tf

10 lines
147 B
Terraform
Raw Normal View History

2024-09-14 12:29:55 +00:00
variable "name" {
type = string
description = "name"
}
variable "description" {
type = string
description = "description"
}