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.71k stars 9.07k forks source link

[New Data Source]: `aws_transfer_security_policies` #37084

Open jar-b opened 4 months ago

jar-b commented 4 months ago

Description

This data source will list all available AWS Transfer Family security policies.

Once implemented this data source may be used to remove hardcoded security policy names from acceptance tests, such as the one added in #36893.

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

Potential Terraform Configuration

data "aws_transfer_security_policies" "example" {}

References

Would you like to implement a fix?

None

github-actions[bot] commented 4 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue