hashicorp/terraform-provider-aws
[Enhancement]: aws_redshiftserverless_namespace - manageAdminPassword/redshiftIdcApplicationArn
Open
#35,135 opened on Jan 4, 2024
enhancementgood first issueservice/redshiftserverless
Repository metrics
- Stars
- (11,045 stars)
- PR merge metrics
- (Avg merge 19d 21h) (251 merged PRs in 30d)
Description
Description
Add support for the following properties to aws_redshiftserverless_namespace
- manageAdminPassword
- redshiftIdcApplicationArn
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