Skip to content

Fix/jump box password env var#201

Open
pmalarme wants to merge 2 commits into
Azure:mainfrom
pmalarme:fix/jump-box-password-env-var
Open

Fix/jump box password env var#201
pmalarme wants to merge 2 commits into
Azure:mainfrom
pmalarme:fix/jump-box-password-env-var

Conversation

@pmalarme
Copy link
Copy Markdown
Contributor

The name of the environment variable should be TF_VAR_<var_name>. In 04-LZ-SharedResources/main.tf, we have:
jumphost_pass = ( var.jump_host_password == "" ? random_password.jumphostpass.result : var.jump_host_password )

The variable name needs to be identical (some OS are case sensitive).

@aarthiem aarthiem requested a review from ibersanoMS January 11, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants