-
Notifications
You must be signed in to change notification settings - Fork 242
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
Allow to automatically read terraform state from directory #495
Conversation
7d37b35
to
ec1799d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 3c6c97914dc725db47d90f0d4fd3a5e3839df9b9
|
/assign @xmudrii PTAL |
@eqrx probably some log message is needed. Something like "exec terraform output". |
I've testes this with
works quite good! |
I could include the output, should I just write it to stdout or use some logger? |
oh, the output should be output only when |
Should I pass the logger down to loadClusterConfig then? |
|
Looks great to me 💯 As @kron4eg mentioned, it would be nice to add some output, but besides that lgtm. |
util.Context is created after that function runs and is not available :( |
@eqrx then... call logger creation before running terraform output :) |
@kron4eg alright :D on it |
Signed-off-by: Alexander Sowitzki <alexander@loodse.com>
Signed-off-by: Artiom Diomin <kron82@gmail.com>
Signed-off-by: Alexander Sowitzki <alexander@loodse.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: bc2196511c42189c12378bb6c90390ed475f4c82
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kron4eg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Solves #421
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #421
Special notes for your reviewer:
Documentation:
None
Release note: