Skip to content

Commit

Permalink
Update create_cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SriPadma8997-egov authored Feb 1, 2025
1 parent 198b642 commit 0619c90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ jobs:
- name: Deleting Loadbalancer
run: kubectl delete svc nginx-ingress-controller -n egov
continue-on-error: true
- name: Download Terraform
run: |
curl -o terraform.zip https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_amd64.zip
unzip terraform.zip
sudo mv terraform /usr/local/bin/
terraform -version
- name: Terraform Init - remotestate
run: terraform init
working-directory: infra-as-code/terraform/sample-aws/remote-state
Expand Down

0 comments on commit 0619c90

Please sign in to comment.