mkubenka / terraform-provider-websupportsk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Websupportsk Provider

Maintainers

This provider plugin is maintained by:

Requirements

  • Terraform 0.15.x and higher recommended
  • Go 1.16 (to build the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/fossilmfc/terraform-provider-websupportsk

$ mkdir -p $GOPATH/src/github.com/fossilmfc; cd $GOPATH/src/github.com/fossilmfc
$ git clone https://github.com/fossilmfc/terraform-provider-websupportsk

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/fossilmfc/terraform-provider-websupportsk
$ goreleaser

Using the provider

Check documentation of the provider in terraform registry by searching for fossilmfc/websupportsk provider.

Developing the Provider

Provider is currently being build by goreleaser (you need to install it locally first). You can also try to build by running command goreleaser.

About

License:Apache License 2.0


Languages

Language:Go 92.9%Language:HTML 7.1%