Skip to content

Commit 155a33a

Browse files
committed
Upgrade when doing tf init for import
1 parent 92a3625 commit 155a33a

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)