9 lines
99 B
Terraform
9 lines
99 B
Terraform
|
variable "foo" {}
|
||
|
variable "bar" {}
|
||
|
|
||
|
resource "test_instance" "foo" {}
|
||
|
|
||
|
atlas {
|
||
|
name = "foo"
|
||
|
}
|