Author: Not specified | Language: tcl |
Description: (v2) | Timestamp: 2018-01-08 07:47:27 +0000 |
View raw paste | Parent paste by: Not specified - Child paste by: Not specified | Reply |
variable "list_example" {
description = "An example of a list in Terraform"
type = "list"
default = [1, 2, 3]
}
description = "An example of a list in Terraform"
type = "list"
default = [1, 2, 3]
}
View raw paste | Parent paste by: Not specified - Child paste by: Not specified | Reply |