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_redshift_idc_application` #35831

Open jar-b opened 6 months ago

jar-b commented 6 months ago

Description

This data source would describe a Redshift Application for use with IAM Identity Center. This is the singular version of the data source described in #35830.

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

Potential Terraform Configuration

data "aws_redshift_idc_application" "example" {
  redshift_idc_application_arn = "" # or shorten to application_arn
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 6 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue