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.74k stars 9.09k forks source link

[Docs]: Better descriptions around support for custom VPC"in Redshift Serverless workgroup #34596

Open dima-naboka opened 9 months ago

dima-naboka commented 9 months ago

Description

it is not possible to select non-default VPC, which is possible with AWS Console

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

aws_redshiftserverless_workgroup

Potential Terraform Configuration

hashicorp/aws: 5.27.0

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 9 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

dima-naboka commented 9 months ago

looks like this is not implemented in the SDK :/ redshift-serverless/client/create_workgroup.html

dima-naboka commented 9 months ago

OK, so one doesn't need to specify VPC ID when providing at least 3 subnet_ids from your target VPC, so functionality is indeed available

p.s. perhaps we could improve documentation around this though

justinretzolk commented 7 months ago

Hey @dima-naboka 👋 Thank you for taking the time to raise this, and for following up with the additional information that you found! I've made a couple adjustments to the issue so that we can keep it open as a reminder to update the documentation around this.