Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 938 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 938 Bytes

Terraform provider for go-via, the custom deployment tool for VMware ESXi Hypervisor

Credits

Massive credits go to one of my best friends, and mentor Jonathan "stamp" G for all the help, coaching and lessons during this project. Without your support this project would never have been a reality.

Required go-via version

v0.4.3

Building the terraform provider

Run the following command to build the provider

go build -o terraform-provider-govia

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

In wait for documentation, please find syntax in example/main.tf