4 lines
61 B
Terraform
4 lines
61 B
Terraform
|
resource "aws_instance" "foo" {
|
||
|
foo = "${path.module}"
|
||
|
}
|