mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-09 16:00:38 -04:00
8 lines
81 B
HCL
8 lines
81 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {}
|
|
|
|
atlas {
|
|
name = "foo"
|
|
}
|