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.61k stars 8.99k forks source link

[Enhancement]: aws_redshiftserverless_namespace - manageAdminPassword/redshiftIdcApplicationArn #35135

Open RoyMaunders opened 6 months ago

RoyMaunders commented 6 months ago

Description

Add support for the following properties to aws_redshiftserverless_namespace

https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateNamespace.html https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_UpdateNamespace.html

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

aws_redshiftserverless_namespace

Potential Terraform Configuration

resource "aws_redshiftserverless_namespace" "example" {
  namespace_name = "concurrency-scaling"
  manage_admin_password = true
  idc_application_arn = "arn"
}

References

No response

Would you like to implement a fix?

No

github-actions[bot] commented 6 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

noel-phelt commented 4 months ago

I have created pull request for manage admin password, but it doesn't include redshiftIdcApplicationArn by aws-provider has not implement redshift-idc-application api.

~~I will create new issue as redshift-idc-application. if it is implenmented, this resource can be added attibute to redshift cluster and redshift serverless.~~ Sorry it issue has already been created #35829