Skip to content

Commit 4b40c65

Browse files
committed
Upgrade during terraform init for import
1 parent 7234e96 commit 4b40c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform-github-import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: terraform fmt -check
3636
- name: Terraform Init
3737
id: init
38-
run: terraform init
38+
run: terraform init -upgrade
3939
- name: Run import_resources [--dry-run]
4040
id: dry-run
4141
if: ${{inputs.dry_run == true}}

0 commit comments

Comments
 (0)