Skip to content

chnsz/terraform-provider-kubernetes

Repository files navigation

Terraform Huawei Cloud Kubernetes Provider

Requirements

  • Terraform 0.12.x
  • Go 1.18 (to build the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/chnsz/terraform-provider-kubernetes

$ mkdir -p $GOPATH/src/github.com/huaweicloud; cd $GOPATH/src/github.com/huaweicloud
$ git clone https://github.com/chnsz/terraform-provider-kubernetes

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/chnsz/terraform-provider-kubernetes
$ make build

Using the provider

Please see the documentation at provider usage.

Or you can browse the documentation within this repo here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages