4 lines
89 B
HCL
4 lines
89 B
HCL
variable "name" {
|
|
description = "The name of the application"
|
|
type = string
|
|
}
|