outputs.tf (9 lines of code) (raw):

/* * This is the public output interface for this Module. */ output "charts_info" { description = <<EOF List of charts and configurations that are deployed in the cluster. EOF value = helm_release.this[*] }