Files
oam/terraform/airgapped terraform enterprise on azure/outputs.tf
2023-01-17 21:54:57 +01:00

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
}
}