Melissa Greenbaum

Results 4 comments of Melissa Greenbaum

I believe the resource needed for the 3rd option is [`aws_rds_cluster`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster). These [attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#rds-multi-az-cluster) are needed for multi-az cluster support. Additional info: https://github.com/hashicorp/terraform-provider-aws/pull/23684 This option is not yet available in this...

Thanks for this info. I'm planning to give Starlark a try in one of our repos. The immediate downside I see for us is that switching to Starlark for all...

It looks like the upstream sdk doesn't support filters for `DescribeDBSubnetGroups`.

The provider doesn't currently have a way to disable automatic password rotation when using RDS password management with Secretsmanager that I know of. The `manage_master_user_password_rotation` parameter is just a way...