mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 19:39:42 -04:00
5 lines
94 B
HCL
5 lines
94 B
HCL
resource "foo" "bar" {
|
|
default = "bar"
|
|
description = "bar"
|
|
count = "${var.bar}"
|
|
}
|