11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
resource "template_instance"LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL "example" {
|
|
compute_value = "template text"
|
|
computeÚÂßÝvalue"
|
|
}
|
|
|
|
output "base_config" {
|
|
value = {
|
|
base_template = template_instance.example.value
|
|
}
|
|
}
|