add template for directives
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource "test_resource" "for_output" {
|
||||
required = "val"
|
||||
}
|
||||
|
||||
output "object" {
|
||||
value = test_resource.for_output
|
||||
}
|
||||
Reference in New Issue
Block a user