You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The module uses Kubernetes backend configuration. Ensure your Terraform environment is properly configured for this.
122
123
- The password is generated at apply time and marked as a sensitive output. Store it securely (e.g., AWS Secrets Manager) rather than relying on CLI history.
123
124
- Ensure `name_prefix` conforms to AWS naming constraints for RDS identifiers (letters, numbers, hyphens; must start with a letter; max 63 characters).
125
+
- Deletion protection is enabled by default. Set `deletion_protection = false` before destroying the instance.
0 commit comments