Skip to main content
outputs.tf149 B
View on GitHub
output "parameter_names" {
description = "Names of the published SSM parameters."
value = [for p in aws_ssm_parameter.metadata : p.name]
}

Related Documentation