gitlab-project/variable.tf
2024-09-14 12:29:24 +00:00

10 lines
147 B
HCL

variable "name" {
type = string
description = "name"
}
variable "description" {
type = string
description = "description"
}