add template for directives
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "aws_instance" "foo" {
|
||||
provisioner "shell" {
|
||||
test_string = "test"
|
||||
connection {
|
||||
user = "test"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user