add template for directives
This commit is contained in:
16
fuzz/corpus/89dfa5c52debe2cfc75d6f9468bef1d642122655
Normal file
16
fuzz/corpus/89dfa5c52debe2cfc75d6f9468bef1d642122655
Normal file
@@ -0,0 +1,16 @@
|
||||
resource "template_instance" "example" {
|
||||
compute_value = "template text"
|
||||
compute = "value"
|
||||
}
|
||||
|
||||
output "base_config" {
|
||||
value = {
|
||||
base_template = template_instance.ex
|
||||
compute = "value"
|
||||
}
|
||||
|
||||
output "base_config" {
|
||||
value = {
|
||||
base_template = template_instance.examplample.value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user