Skip to content

Commit 4d708c1

Browse files
committed
feat: install terraform in gh action
1 parent 0718820 commit 4d708c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v4
7373

74+
- name: Setup Terraform
75+
uses: hashicorp/setup-terraform@v3
76+
with:
77+
terraform_version: "^1.10"
78+
terraform_wrapper: false
79+
7480
- name: terraform cache
7581
uses: actions/cache@v4
7682
with:

0 commit comments

Comments
 (0)