From 4e9612d9fd1279c3895a108c433873eba2852b3c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 17 Sep 2018 09:56:13 -0700 Subject: [PATCH] Revert "hack/tf-fmt: Add a workaround for origin/release's hardcoding v0.11.7" This reverts commit 856350d5160722e93e7a0817a24f0d27e55e9fea, #218. openshift/release@bbb02d36 (Bump Terraform from 0.11.7 to 0.11.8, 2018-09-14, openshift/release#1515) has landed, so we can drop the workaround. --- hack/tf-fmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tf-fmt.sh b/hack/tf-fmt.sh index 0173dda4ea9..b863171a803 100755 --- a/hack/tf-fmt.sh +++ b/hack/tf-fmt.sh @@ -6,7 +6,7 @@ if [ "$IS_CONTAINER" != "" ]; then set -- -list -check -write=false fi set -x - /terraform fmt "${@}" # FIXME: drop this slash after we update openshift/release + terraform fmt "${@}" else podman run --rm \ --env IS_CONTAINER=TRUE \