Skip to content

Commit 4e05914

Browse files
committed
Remove upgrade flag from terraform init
This is not required now that we have merged the provider version bump.
1 parent 641db34 commit 4e05914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Terraform Init
3636
id: init
37-
run: terraform init -upgrade
37+
run: terraform init
3838

3939
- name: Terraform Validate
4040
id: validate

0 commit comments

Comments
 (0)