Skip to content

Commit

Permalink
OPS-8302 use new terraform-config-inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwacky42 committed Feb 15, 2022
1 parent 9c5d8ed commit 4f13230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
declare -a paths
declare -a tfvars_files

if [[ $(terraform-config-inspect --version) != "0.2.0" ]]; then
if [[ $(terraform-config-inspect --version) != "0.3.0" ]]; then
echo "Please install the latest version of terraform-config-inspect, by running:"
echo "go get -u github.com/HeadspaceMeditation/terraform-config-inspect"
echo "For further help reach out to the ops team."
Expand Down

0 comments on commit 4f13230

Please sign in to comment.