Skip to content

Commit

Permalink
Merge pull request #43 from ezgidemirel/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix agent used in Dockerfile
  • Loading branch information
ezgidemirel authored Nov 4, 2022
2 parents ff84574 + 03f0d3d commit 2e50e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/provider-gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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_PROVIDER_DOWNLOAD_NAME}_v${TERRAFORM_PROVIDER_VERSION}_x5
ENV TF_APPEND_USER_AGENT "upbound-provider-gcp/${CROSSPLANE_PROVIDER_VERSION} universal-crossplane"
ENV GOOGLE_TERRAFORM_USERAGENT_EXTENSION "upbound-provider-gcp/${CROSSPLANE_PROVIDER_VERSION}"

USER ${USER_ID}
EXPOSE 8080
Expand Down

0 comments on commit 2e50e75

Please sign in to comment.