mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-12 07:13:18 -05:00
8 lines
99 B
HCL
8 lines
99 B
HCL
variable "foo" {}
|
|
variable "bar" {}
|
|
|
|
resource "test_instance" "foo" {}
|
|
|
|
atlas {
|
|
name = "foo"
|
|
}
|