mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-26 12:00:46 -05:00
8 lines
81 B
HCL
8 lines
81 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {}
|
|
|
|
atlas {
|
|
name = "foo"
|
|
}
|