We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a3c37 commit fa02369Copy full SHA for fa02369
.github/workflows/release-terraform-import.yaml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Terraform Import Resource
71
id: import
72
- 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 }}'
73
74
- name: Terraform Prod Apply
75
id: apply-prod
0 commit comments