Skip to content

Commit

Permalink
fix: use Terraform-supported tfenv instead of ours (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Heath <[email protected]>
  • Loading branch information
kuannie1 and jakeyheath authored May 9, 2023
1 parent 9845a34 commit 0460b7f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion templates/templates/repo/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/auth0_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/bless_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/circleci/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/github_actions/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/github_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/okta_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/remote_backend_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/snowflake_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/tfe_config/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/tfe_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/v2_full_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/v2_minimal_valid_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down
2 changes: 1 addition & 1 deletion testdata/v2_no_aws_provider_yaml/scripts/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

tfenv: ## install the tfenv tool
@if [ ! -d ${TFENV_DIR} ]; then \
git clone -q https://github.com/chanzuckerberg/tfenv.git $(TFENV_DIR); \
git clone -q https://github.com/tfutils/tfenv.git $(TFENV_DIR); \
fi
.PHONY: tfenv

Expand Down

0 comments on commit 0460b7f

Please sign in to comment.