Skip to content

Commit

Permalink
test fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0olo committed Apr 25, 2024
1 parent f8fc306 commit 1ed2173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civo-github/terraform/vault/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resource "vault_generic_secret" "metaphor" {
# do not hardcode passwords in git under normal circumstances.
data_json = jsonencode(
{
SECRET_ONE = "${each.key} secret 1"
SECRET_ONE = "${each.key} secret 1",
SECRET_TWO = "${each.key} secret 2"
}
)
Expand Down

0 comments on commit 1ed2173

Please sign in to comment.