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

[Enhancement]: Redshift Accept Data Share Invitation #33454

Closed breathingdust closed 6 months ago

breathingdust commented 11 months ago

Description

Allow accepting a data share invitation with a new resource. Would be used in conjunction with #31052

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

Potential Terraform Configuration

resource "aws_redshift_data_share_association" "example" {
    consumer_arn             = ""
    data_share_arn           = "arn:..."
    associate_entire_account = ""
    consumer_region          = ""
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 11 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 6 months ago

This functionality has been released in v5.37.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[bot] commented 5 months ago

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.