mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-08 10:38:46 -04:00
7 lines
81 B
HCL
7 lines
81 B
HCL
variable "foo" {}
|
|
|
|
resource "test_instance" "foo" {}
|
|
|
|
atlas {
|
|
name = "foo"
|
|
}
|