Skip to content

Commit

Permalink
Merge pull request #11 from humanitec-architecture/mathieu-benoit-pat…
Browse files Browse the repository at this point in the history
…ch-1

`redis` - Update main.tf - `username`/`password` in `secrets`
  • Loading branch information
mathieu-benoit authored Apr 18, 2024
2 parents 070159b + c7d319f commit f778cfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions humanitec-resource-defs/redis/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ EOL
outputs = <<EOL
host: {{ .init.name }}
port: {{ .init.port }}
EOL
secrets = <<EOL
username: ""
password: ""
EOL
Expand Down

0 comments on commit f778cfa

Please sign in to comment.