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 Resource]: Need a new resource to create Redshift Data Shares #38234

Open joydeepml opened 3 months ago

joydeepml commented 3 months ago

Description

There are resources for managing data share authorization and consumer association but there are no resources to create a data share. That seems to be an oversight probably. There are third party providers that have defined a data share resource but no official ones. Below is a link to one such resource https://github.com/coursera/terraform-provider-redshift/blob/main/examples/resources/redshift_datashare/resource.tf

Will be great to have an official resource which would also provide the data_share_arn as an attribute once its created.

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

aws_redshift_data_share

Potential Terraform Configuration

Please see the attached link. Additionally, a data_share_arn attribute will be good to have.

References

https://github.com/coursera/terraform-provider-redshift/blob/main/examples/resources/redshift_datashare/resource.tf

Would you like to implement a fix?

None

github-actions[bot] commented 3 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue