mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-12 00:16:18 -06:00
9 lines
99 B
Terraform
9 lines
99 B
Terraform
|
variable "foo" {}
|
||
|
variable "bar" {}
|
||
|
|
||
|
resource "test_instance" "foo" {}
|
||
|
|
||
|
atlas {
|
||
|
name = "foo"
|
||
|
}
|