hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.87k stars 9.22k forks source link

[New ephemeral]: aws_ssm_parameter should be available as an ephemeral source #40435

Closed mimozell closed 3 hours ago

mimozell commented 10 hours ago

Description

I would like to be able to fetch/create SecureString SSM parameters and not have them be added to the state. This is what currently happens when using the data or resource sources and the ephemeral source would work well for this.

Requested Resource(s) and/or Data Source(s)

ephemeral "aws_ssm_parameter" parameter

Potential Terraform Configuration

ephemeral "aws_ssm_parameter" parameter {
  name = "/path/to/parameter"
}

References

Documentation:

https://developer.hashicorp.com/terraform/language/v1.10.x/resources/ephemeral https://www.hashicorp.com/blog/terraform-1-10-improves-handling-secrets-in-state-with-ephemeral-values

Would you like to implement a fix?

None

github-actions[bot] commented 10 hours ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 3 hours ago

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.