We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
folder-contents.sh only takes md5 changes for the files in the dockerfile-folder but not for sub folders
folder-contents.sh
dockerfile-folder
changes in sub folders of dockerfile-folder doesnt trigger build during terraform plan or terraform apply
terraform plan
terraform apply
Tar sub folder (excluding .terraform, .git) for computing checksum.
The text was updated successfully, but these errors were encountered:
commit from forked repo mastercoder8@b7ab7e4
Sorry, something went wrong.
No branches or pull requests
folder-contents.sh
only takes md5 changes for the files in thedockerfile-folder
but not for sub foldersSteps to reproduce:
changes in sub folders of
dockerfile-folder
doesnt trigger build duringterraform plan
orterraform apply
Fix:
Tar sub folder (excluding .terraform, .git) for computing checksum.
The text was updated successfully, but these errors were encountered: