Skip to content

Commit

Permalink
Merge pull request #70 from dfds-data/fix/remove_deprecated_param
Browse files Browse the repository at this point in the history
Remove deprecated overwrite option from SSM parameter for database cr…
  • Loading branch information
kaqmak authored Jan 9, 2025
2 parents 944520a + 1e777d4 commit aad1c56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,4 @@ resource "aws_ssm_parameter" "database_password" {
"username" = module.db.db_instance_username
"password" = module.db.db_instance_password
})
overwrite = true
}

0 comments on commit aad1c56

Please sign in to comment.