mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 15:13:56 -06:00
9 lines
99 B
HCL
9 lines
99 B
HCL
variable "foo" {}
|
|
variable "bar" {}
|
|
|
|
resource "test_instance" "foo" {}
|
|
|
|
atlas {
|
|
name = "foo"
|
|
}
|