Skip to content

Commit de7e349

Browse files
authored
Set GKE test tf wrapper to false (#1778)
* terraform-wrapper: false
1 parent b30e755 commit de7e349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: hashicorp/setup-terraform@v1
5858
with:
5959
terraform_version: ${{ github.event.inputs.terraformVersion }}
60+
terraform_wrapper: false
6061
- name: "Set up Cloud SDK"
6162
uses: "google-github-actions/setup-gcloud@v0"
6263
- name: "Initialize gcloud SDK"
@@ -72,7 +73,6 @@ jobs:
7273
terraform init
7374
terraform apply -auto-approve
7475
echo "GOOGLE_CLUSTER_NAME=`terraform output -raw cluster_name`" >> $GITHUB_ENV
75-
7676
- name: Get GKE Credentials
7777
env:
7878
KUBECONFIG: ${{ github.workspace }}/kubernetes/test-infra/gke/kubeconfig

0 commit comments

Comments
 (0)