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

Bugfix/validation working directory in validate step is incorrectly using a static value #8

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

jceval
Copy link
Contributor

@jceval jceval commented Oct 10, 2024

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes value in validation stage that was set statically to /terraform/ working directory, so that it instead uses the working_directory parameter.

Type of Change

  • [ X] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

How Has This Been Tested?

Screenshots (if applicable):

Checklist:

  • My code follows the code style of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

Additional Information (if any):

@jceval jceval closed this Oct 10, 2024
@jceval jceval reopened this Oct 10, 2024
@jceval jceval merged commit 41bea33 into main Oct 10, 2024
2 checks passed
@jceval jceval deleted the bugfix/validation_working_directory branch October 10, 2024 00:22
@jceval jceval restored the bugfix/validation_working_directory branch October 10, 2024 06:26
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.

1 participant