We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
terraform_validate
terraform init
1 parent 95fc56f commit 6e2bb2eCopy full SHA for 6e2bb2e
hooks/terraform_validate.sh
@@ -55,6 +55,7 @@ function match_validate_errors {
55
"Module version requirements have changed") return 1 ;;
56
"Module not installed") return 1 ;;
57
"Could not load plugin") return 1 ;;
58
+ "Missing required provider") return 1 ;;
59
*"there is no package for"*"cached in .terraform/providers") return 1 ;;
60
esac
61
done < <(jq -rc '.diagnostics[]' <<< "$validate_output")
0 commit comments