-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change order of name and state_file in command #19
Conversation
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
=======================================
Coverage 63.93% 63.93%
=======================================
Files 8 8
Lines 513 513
Branches 118 118
=======================================
Hits 328 328
Misses 129 129
Partials 56 56
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Build failed. ✔️ build-ansible-collection SUCCESS in 3m 10s |
Build succeeded. ✔️ build-ansible-collection SUCCESS in 3m 13s |
Allows using state_file and a variable name simultaneously.
fdd549a
to
3904ac4
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.
Thank you! I've made some stylistic and wording changes myself, and the fix looks good.
Build succeeded. ✔️ build-ansible-collection SUCCESS in 3m 12s |
SUMMARY
In the outputs_command "name" and "-state" parameters needed to be swaped, to be able to get the desired value in case if both parameters are provided.
ISSUE TYPE
COMPONENT NAME
terraform_output module