Skip to content

v0.50.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 08 Mar 02:14
6b63758

🚀 Enhancements

Add optional `subnet_group_name` input to override the name @tjarjoura (#133)

what

  • Allow the user to specify the db_subnet_group name, rather than using the default label ID

why

  • If importing an existing database cluster and subnet group, we need to be able to set the subnet group name to what it already has, otherwise the subnet group will be recreated. This in turn will cause the database cluster to be recreated, which we don't want.

references