Run code-generation pipeline:
go run cmd/generator/main.go "$PWD"
Run against a Kubernetes cluster:
make run
Build, push, and install:
make all
Build binary:
make build
Edit Makefile
and bump the TERRAFORM_PROVIDER_VERSION
value accordingly, then:
Update the provider package:
go get -u github.com/philips-software/terraform-provider-hsdp@vX.Y.Z
rm -fr .work
make generate build
up login
make build.all publish.artifacts XPKG_REG_ORGS=xpkg.upbound.io/philips-software