- Documentation on registry.terraform.io
A Terraform provider to provision and manage state of various HSDP specific resources. To find out more about HSDP please visit hsdp.io
Terraform 0.13+: To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init.
terraform {
required_providers {
hsdp = {
source = "philips-software/hsdp"
version = ">= 0.8.7"
}
}
}
Clone repository somewhere:
$ git clone [email protected]:philips-software/terraform-provider-hsdp
$ cd terraform-provider-hsdp
$ go build .
A Buildx Dockerfile is provided, useful for local testing. Example usage:
$ docker buildx build --push -t loafoe/terraform-provider-hsdp .
$ docker pull loafoe/terraform-provider-hsdp
$ docker run --rm -v /Location/With/Terraform/Files:/terraform -w /terraform -it loafoe/terraform-provider-hsdp init
- If you have an issue: report it on the issue tracker
License is MIT