10 lines
147 B
Terraform
10 lines
147 B
Terraform
|
variable "name" {
|
||
|
type = string
|
||
|
description = "name"
|
||
|
}
|
||
|
|
||
|
variable "description" {
|
||
|
type = string
|
||
|
description = "description"
|
||
|
}
|