Skip to content

Commit 197124b

Browse files
authored
Updates for terraform change (#59)
1 parent fc42b0d commit 197124b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-essbase-stack-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: hashicorp/setup-terraform@v1
1515
with:
16-
terraform_version: ~0.13.0
16+
terraform_version: ~0.14.0
1717
- name: Terraform Init
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-essbase-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: hashicorp/setup-terraform@v1
1818
with:
19-
terraform_version: ~0.13.0
19+
terraform_version: ~0.14.0
2020
- name: Terraform Init
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)