The Provider allows Terraform to manage Null Platform resources.
- Terraform 0.12.26+ (to run acceptance tests)
- Go 1.21+ (to build the provider plugin)
makeThis will build the provider and move the binary to the Terraform plugins directory.
With Terraform v0.14 and later, development overrides for provider developers can be leveraged in order to use the provider built from source.
To do this, populate a Terraform CLI configuration file ~/.terraformrc with at least the following options:
provider_installation {
dev_overrides {
"nullplatform/nullplatform" = "[REPLACE PATH WITH THE OUTPUT OF THE MAKE COMMAND]"
}
direct {}
}