Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 453 Bytes

Terraform Provider Octal

Terraform provider for deploying and managing Project-Octal on a Kubernetes cluster.

Run the following command to build the provider

go build -o terraform-provider-octal

Test sample configuration

First, build and install the provider.

make install

Then, run the following command to initialize the workspace and apply the sample configuration.

terraform init && terraform apply