Skip to content

Commit

Permalink
use vars during terraform import (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder authored Jun 24, 2024
1 parent f2a3c37 commit fa02369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-terraform-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Terraform Import Resource
id: import
run: terraform import '${{ inputs.resource_address }}' -var-file='${{ inputs.vars_file_name }}' '${{ inputs.resource_id }}'
run: terraform import -var-file=${{ inputs.vars_file_name }} '${{ inputs.resource_address }}' '${{ inputs.resource_id }}'

- name: Terraform Prod Apply
id: apply-prod
Expand Down

0 comments on commit fa02369

Please sign in to comment.