All Projects → sbercloud-terraform → terraform-provider-sbercloud

sbercloud-terraform / terraform-provider-sbercloud

Licence: MPL-2.0 license
Terraform SberCloud Provider

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to terraform-provider-sbercloud

aicloud-examples
Примеры distributed machine learning с помощью сервиса AICloud
Stars: ✭ 24 (+33.33%)
Mutual labels:  sbercloud

Terraform SberCloud Provider

Requirements

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

Building The Provider

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

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

Enter the provider directory and build the provider

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

Using the provider

Please see the documentation at Terraform Registry.

Or you can browse the documentation within this repo here.

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.11+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

$ make build
...
$ $GOPATH/bin/terraform-provider-sbercloud
...

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

$ make testacc

License

Terraform-Provider-Sbercloud is under the Mozilla Public License 2.0. See the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].