-
I'm quiet new to terraform and tested the example with nginx which works well. When I call I hope you can give me a hint... My main.tf looks as follows:
The output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved my problem... When setting e.g. everything works as expected |
Beta Was this translation helpful? Give feedback.
I solved my problem...
I was missing the environment variables.
When setting e.g.
env = ["MARIADB_DATABASE=keycloak", "MARIADB_USER=keycloak", "MARIADB_PASSWORD=Password", "MARIADB_ROOT_PASSWORD=root_passw@rd"]
everything works as expected