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.76k stars 9.12k forks source link

[New Data Source]: aws_fsx_file_caches #27317

Open silvaalbert opened 1 year ago

silvaalbert commented 1 year ago

Description

Returns the description of a specific Amazon File Cache resources

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

Potential Terraform Configuration

data "aws_fsx_file_caches" "example" {
  file_cache_ids = ["abcdefg"]
}

References

https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileCaches.html

Would you like to implement a fix?

Yes

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue