mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
13 lines
283 B
HCL
13 lines
283 B
HCL
output "replicated_config_file" {
|
|
value = {
|
|
contents = local.replicated_config_file_contents
|
|
path = var.replicated_config_file_path
|
|
}
|
|
}
|
|
output "tfe_config_file" {
|
|
value = {
|
|
contents = local.tfe_config_file_contents
|
|
path = var.tfe_config_file_path
|
|
}
|
|
}
|