add template for directives
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
variable "list" {
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
resource "aws_instance" "bar" {
|
||||
count = var.list[0]
|
||||
}
|
||||
Reference in New Issue
Block a user