Skip to content

Commit

Permalink
OPS-8302 use new terraform-config-inspect (#15)
Browse files Browse the repository at this point in the history
* OPS-8302 use new terraform-config-inspect

* Update CODEOWNERS
  • Loading branch information
mrwacky42 authored Feb 15, 2022
1 parent 56696a0 commit 0ceed2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @maxymvlasov @yermulnik
* @HeadspaceMeditation/ops
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.1" ]]; 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 "Note: you may need to delete the $GOPATH/src/github.com/zclconf/go-cty directory because it changed from master -> main in GitHub."
Expand Down

0 comments on commit 0ceed2a

Please sign in to comment.