mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-09 16:00:38 -04:00
6 lines
94 B
HCL
6 lines
94 B
HCL
resource "foo" "bar" {
|
|
default = "bar"
|
|
description = "bar"
|
|
count = "${var.bar}"
|
|
}
|