add template for directives
This commit is contained in:
10
fuzz/corpus/87466f23cb205a0dbd14d87802a8e75cf170cef7
Normal file
10
fuzz/corpus/87466f23cb205a0dbd14d87802a8e75cf170cef7
Normal file
@@ -0,0 +1,10 @@
|
||||
resource "template_instance"LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL "example" {
|
||||
compute_value = "template text"
|
||||
computeÚÂßÝvalue"
|
||||
}
|
||||
|
||||
output "base_config" {
|
||||
value = {
|
||||
base_template = template_instance.example.value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user