alz/github/outputs.tf (7 lines of code) (raw):

output "details" { description = "The details of the settings used" value = { iac_type = var.iac_type starter_module_name = var.starter_module_name } }