If you have any questions regarding this upgrade process, please consult the `examples` directory.
If you find a bug, please open an issue with supporting configuration to reproduce.
## List of backwards incompatible changes
- Minimum supported Terraform version is now 1.0
- Minimum supported AWS provider version is now 5.0
- The manner in which authentication is configured has changed - previously auth settings were provided under `secrets` in conjunction with `auth_scheme` and `iam_auth` variables. Now, auth settings are provided under the `auth` variable for multiple auth entries.
### Variable and output changes
1. Removed variables:
-`auth_scheme` is now set under the `auth` variable for a given auth entry
-`iam_auth` is now set under the `auth` variable for a given auth entry
2. Renamed variables:
-`create_proxy` -> `create`
-`secrets` -> `auth`
-`db_proxy_endpoints` -> `endpoints`
3. Added variables:
-`kms_key_arns` - list of KMS key ARNs to use allowing permission to decrypt SecretsManager secrets