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