diff --git a/.github/workflows/terraform-github-import.yml b/.github/workflows/terraform-github-import.yml index ed7ee20b..ff910397 100644 --- a/.github/workflows/terraform-github-import.yml +++ b/.github/workflows/terraform-github-import.yml @@ -35,7 +35,7 @@ jobs: run: terraform fmt -check - name: Terraform Init id: init - run: terraform init + run: terraform init -upgrade - name: Run import_resources [--dry-run] id: dry-run if: ${{inputs.dry_run == true}}