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