# README
terraform-provider-nullplatform
The Provider allows Terraform to manage Null Platform resources.
Development Environment Setup
Requirements
- Terraform 0.12.26+ (to run acceptance tests)
- Go 1.21+ (to build the provider plugin)
Building the Provider
make
This will build the provider and move the binary to the Terraform plugins directory.
Using the Provider
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 {}
}
# Packages
No description provided by the author