Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow developer overrides to enable Terraform to locate and use locally built provider #382

Merged
merged 2 commits into from
Mar 16, 2021

Conversation

trentrosenbaum
Copy link
Contributor

@trentrosenbaum trentrosenbaum commented Mar 12, 2021

This PR is focused on enabling Terraform to discover a locally built provider binary through the developer overrides mechanism. The PR introduces a new script to generate a overrides files that references a local provider binary.
Updates include

  • Update Makefile to build binary into local bin directory
  • Generate a developer overrides file alongside provider binary
  • Returns environment variable line to instruct Terraform to use overrides file and binary
  • Updates README.md to cover local build and execution.

@trentrosenbaum trentrosenbaum marked this pull request as ready for review March 15, 2021 13:42
Copy link
Collaborator

@Integralist Integralist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment but otherwise LGTM.

@Integralist Integralist merged commit f6ade24 into master Mar 16, 2021
@Integralist Integralist added the enhancement New feature or request label Mar 16, 2021
@Integralist Integralist deleted the enable-developer-overrides branch March 16, 2021 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants