add template for directives
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
resource "aws_instance" "web" {}
|
||||
|
||||
output "foo" {
|
||||
value = "${aws_instance.web.foo}"
|
||||
}
|
||||
Reference in New Issue
Block a user