add template for directives
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
provider "aws" {
|
||||
re gion = "${local.foo}"
|
||||
}
|
||||
|
||||
locals {
|
||||
foo = "bar"
|
||||
}
|
||||
|
||||
resource "aws_i${local.foo}"
|
||||
}
|
||||
Reference in New Issue
Block a user