17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
|
|
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
|
||
|
|
}
|
||
|
|
}
|