Skip to content

Commit

Permalink
Merge pull request #25 from d-honeybadger/fix-terraform-native-provid…
Browse files Browse the repository at this point in the history
…er-path

fix TERRAFORM_NATIVE_PROVIDER_PATH env var
  • Loading branch information
tchinmai7 authored Oct 4, 2023
2 parents 925514b + 4ebf1b4 commit 40968eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster/images/provider-linode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ENV TERRAFORM_VERSION ${TERRAFORM_VERSION}
ENV TERRAFORM_PROVIDER_SOURCE ${TERRAFORM_PROVIDER_SOURCE}
ENV TERRAFORM_PROVIDER_VERSION ${TERRAFORM_PROVIDER_VERSION}
ENV TERRAFORM_NATIVE_PROVIDER_PATH ${PLUGIN_DIR}/${TERRAFORM_NATIVE_PROVIDER_BINARY}
ENV TERRAFORM_NATIVE_PROVIDER_PATH ${PLUGIN_DIR}/${TERRAFORM_PROVIDER_DOWNLOAD_NAME}_v${TERRAFORM_PROVIDER_VERSION}_x5

USER ${USER_ID}
EXPOSE 8080
Expand Down

0 comments on commit 40968eb

Please sign in to comment.