Closed akira6592 closed 8 months ago
Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/1c773dcb34f84d75af133f59c8774a10
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 25s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 22s
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.49%. Comparing base (
8c52bf2
) to head (3490f98
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for merging
β Failed to cleanly apply d9756afa152f2fbf881aab6553191920df27f70d on top of patchback/backports/stable-2/d9756afa152f2fbf881aab6553191920df27f70d/pr-120
origin
remote.upstream
. If you don't
have it, here's how you can add it:
$ git remote add upstream https://github.com/ansible-collections/cloud.terraform.git
$ git fetch upstream
$ git checkout -b patchback/backports/stable-2/d9756afa152f2fbf881aab6553191920df27f70d/pr-120 upstream/stable-2
$ git cherry-pick -x d9756afa152f2fbf881aab6553191920df27f70d
If it'll yell at you with something like fatal: Commit d9756afa152f2fbf881aab6553191920df27f70d is a merge but no -m option was given.
, add -m 1
as follows instead:
$ git cherry-pick -m1 -x d9756afa152f2fbf881aab6553191920df27f70d
$ git push origin patchback/backports/stable-2/d9756afa152f2fbf881aab6553191920df27f70d/pr-120
π€ @patchback I'm built with octomachinery and my source is open β https://github.com/sanitizers/patchback-github-app.
SUMMARY
The backend_config_files option of terraform_state inventory plugin should be specify absolute path.
Due to terraform init command be executed at temporary directory, terraform can not find the backend config file that specified with related path.
In addition to example absolute path
/path/to/config1
, I explicitly added it to the description.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION