add template for directives
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
variable "foo" {}
|
||||
|
||||
provider "aws" {
|
||||
foo = "${var.foo}"
|
||||
}
|
||||
|
||||
resource "aws_instance" "bar" {}
|
||||
Reference in New Issue
Block a user