You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the provider for some internal testing.
it would be great to have a pre-built binary for this purpose. As well, having a general purpose runtime would be nice. a container with terraform, the provider binary added, the proper dev overrides, etc etc'
let's create a Dockerfile that will build the provider, and package some commonly used tools together, so that we can ship this provider easily elsewhere
The text was updated successfully, but these errors were encountered:
I don't understand the necessity of a Dockerfile, TBH.
The GNUMakefile can build and install the package on any computer.
Now, there is also an automated release system to release the provider.
I'm closing this issue for now. Please feel free to provide more use cases if the current solutions do not fix your case. Thank you.
I would like to use the provider for some internal testing.
it would be great to have a pre-built binary for this purpose. As well, having a general purpose runtime would be nice. a container with terraform, the provider binary added, the proper dev overrides, etc etc'
let's create a Dockerfile that will build the provider, and package some commonly used tools together, so that we can ship this provider easily elsewhere
The text was updated successfully, but these errors were encountered: