[Enhancement]: aws_ssm_parameters_by_path output could be improved to output a map of names to values #40965
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ssm
Issues and PRs that pertain to the ssm service.
Description
currently the resource outputs parameter names and values as separate lists which makes it difficult to correlate a name to a value. assuming that the indexes line up between the two lists you could maybe finesse something along those lines, but it shouldn't be that complex.
to improve this resource it should output a map of names to values so that when a large list is returned we can reference each parameter by name to return it's value.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: