EnterpriseDB / terraform-provider-biganimal

A terraform provider that uses the BigAnimal.com API in order to manage postgres clusters in the cloud
https://registry.terraform.io/providers/EnterpriseDB/biganimal/
Mozilla Public License 2.0
13 stars 1 forks source link

Create a dockerfile #22

Open nstott opened 1 year ago

nstott commented 1 year ago

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

serdardalgic commented 1 year ago

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.

serdardalgic commented 1 year ago

Hey @nstott ! Can you elaborate more on this need for having a Dockerfile?