Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use MLZ_LOCATION instead of reserved term Location #139

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

glennmusa
Copy link
Contributor

@glennmusa glennmusa commented Mar 31, 2021

Description

As noted in #138 , the UI will return 500's when trying to execute terraform because the environment variable Location is a reserved key. This change uses MLZ_LOCATION instead.

Issue reference

The issue this PR will close: #138

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles or validates correctly
  • BASH scripts have been validated using shellcheck
  • All tests pass (manual and automated)
  • The documentation is updated to cover any new or changed features
  • Markdown files have been linted using the recommended linter. (See .vscode/extensions.json.)
  • Relevant issues are linked to this PR

@glennmusa glennmusa merged commit 5fff658 into main Mar 31, 2021
@glennmusa glennmusa deleted the glennmusa/uilocation branch March 31, 2021 21:28
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.

UI returns 500 on /execute because deployment location cannot be read
2 participants