terraform-provider-openstack

Terraform OpenStack provider

  • 所有者: hashicorp/terraform-provider-openstack
  • 平台:
  • 许可证: Mozilla Public License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Terraform OpenStack Provider

Maintainers

This provider plugin is maintained by:

Requirements

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

Building The Provider

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

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

Enter the provider directory and build the provider

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

Using the provider

Please see the documentation at terraform.io.

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.12+ 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-openstack
...

For further details on how to work on this provider, please see the Testing and Development documentation.

Thank You

We'd like to extend special thanks and appreciation to the following:

OpenLab

OpenLab is providing a full CI environment to test each PR and merge for a variety of OpenStack releases.

VEXXHOST

VEXXHOST is providing their services to assist with the development and testing of this provider.

主要指标

概览
名称与所有者hashicorp/terraform-provider-openstack
主编程语言Go
编程语言Makefile (语言数: 5)
平台
许可证Mozilla Public License 2.0
所有者活动
创建于2020-09-11 17:58:56
推送于2020-09-11 12:34:51
最后一次提交2020-09-11 15:34:50
发布数39
最新版本名称v1.31.0 (发布于 2020-08-28 21:55:09)
第一版名称v0.1.0 (发布于 2017-06-21 14:15:37)
用户参与
星数2
关注者数2
派生数8
提交数1.9k
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?