4 lines
64 B
Terraform
4 lines
64 B
Terraform
|
resource "aws_instance" "foo" {
|
||
|
foo = "${module.foo.bar}"
|
||
|
}
|