add template for directives
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "aws_instance" "foo" {
|
||||
count = 3
|
||||
foo = "number ${count.index}"
|
||||
|
||||
provisioner "shell" {
|
||||
command = "${self.foo}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user