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
fix 'Warning: Argument is deprecated' db_name (#140)
* fix 'Warning: Argument is deprecated'
│ Warning: Argument is deprecated
│
│ with module.rds_instance.aws_db_instance.default,
│ on .terraform/modules/rds_instance/main.tf line 26, in resource "aws_db_instance" "default":
│ 26: name = var.database_name
│
│ Use db_name instead
│
│ (and one more similar warning elsewhere)
* Update versions.tf
* Auto Format
* Update versions.tf
* Update versions.tf
* Auto Format
Co-authored-by: nitrocode <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
0 commit comments