Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Nov 29, 2023
1 parent 8b08349 commit 568685b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ locals {
}
ssm_parameters_default = {
for key, value in var.ssm_parameters != null ? var.ssm_parameters : {} :
key => merge(value, {
value = "placeholder, overwrite me outside of terraform"
}) if value.value == null && value.random == null
key => value if value.value == null && value.random == null
}

secretsmanager_random_passwords = {
Expand Down

0 comments on commit 568685b

Please sign in to comment.