Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Fix Secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed May 7, 2020
1 parent 7687594 commit 1b70c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data "aws_region" "current" {}

locals {
secret_names = concat(var.secret_names, [
PASSWORD
"PASSWORD"
])

environment = merge(var.environment,
Expand Down

0 comments on commit 1b70c6f

Please sign in to comment.