Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSM Parameter store data source which uses GetParametersByPath #9429

Closed
katainaka0503 opened this issue Jul 21, 2019 · 3 comments · Fixed by #9615
Closed

SSM Parameter store data source which uses GetParametersByPath #9429

katainaka0503 opened this issue Jul 21, 2019 · 3 comments · Fixed by #9615
Labels
new-data-source Introduces a new data source. service/ssm Issues and PRs that pertain to the ssm service.
Milestone

Comments

@katainaka0503
Copy link
Contributor

katainaka0503 commented Jul 21, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I think it is good if there is another SSM Parameters Store data source which searches for parameters by calling GetParametersByPath API and fetches all the prefixed parameters

New or Affected Resource(s)

  • aws_ssm_parameters_by_path

If other name is better, please change the name of the data source.

Potential Terraform Configuration

data "aws_ssm_parameters_by_path" "foo" {
  path = "/foo"
}

References

  • #0000
@katainaka0503 katainaka0503 added the enhancement Requests to existing resources that expand the functionality or scope. label Jul 21, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 21, 2019
@bflad bflad added service/ssm Issues and PRs that pertain to the ssm service. new-data-source Introduces a new data source. and removed enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Jul 23, 2019
@katainaka0503
Copy link
Contributor Author

@bflad I've made a PR. Could you review this?

#9615

@github-actions
Copy link

github-actions bot commented Oct 7, 2021

This functionality has been released in v3.61.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. service/ssm Issues and PRs that pertain to the ssm service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants