Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDS parameter groups now create_before_destroy
This requires a change in name for each (using `name_prefix`), which will likely recreate all parameter groups. This is intended to work around an issue where AWS won't allow the parameter group to be recreated while RDS are using it. See these issues for reference: * hashicorp/terraform-provider-aws#6448 * hashicorp/terraform-provider-aws#6049 * hashicorp/terraform-provider-aws#2402 * hashicorp/terraform-provider-aws#1571 * hashicorp/terraform-provider-aws#526
- Loading branch information