No description
  • Go 97.5%
  • HTML 1.5%
  • Shell 0.7%
  • HCL 0.2%
Find a file
2020-09-11 15:34:50 +03:00
.github Update ISSUE_TEMPLATE.md 2018-07-20 09:34:09 -06:00
assets Adding Thank You's to the README 2017-12-12 19:34:18 +00:00
examples Fixed names and added volume example (#892) 2020-05-02 21:43:00 +03:00
openstack Update to allow special network option in create server (#1054) 2020-09-11 15:33:55 +03:00
scripts Fix Changelog Links Script for openstack provider 2017-06-26 13:59:29 -04:00
test-infra/standard Update main.tf 2017-10-30 21:27:36 -06:00
vendor Update Terraform SDK to v1.15.0, use Go 1.14.7 (#1051) 2020-08-28 10:29:48 +03:00
website Update to allow special network option in create server (#1054) 2020-09-11 15:33:55 +03:00
.gitignore Updating Makefile + Add gitignore 2017-06-06 16:28:49 -04:00
.go-version Update Terraform SDK to v1.15.0, use Go 1.14.7 (#1051) 2020-08-28 10:29:48 +03:00
.travis.yml Set Go version to 1.14.2 (#1001) 2020-05-04 13:15:46 +03:00
.zuul.yaml Remove mitaka test job which use ubuntu-trusty (#964) 2020-02-07 12:10:15 +03:00
CHANGELOG.md Update CHANGELOG.md 2020-09-11 15:34:50 +03:00
GNUmakefile Remove govendor references 2019-02-12 22:11:59 +00:00
go.mod Update Terraform SDK to v1.15.0, use Go 1.14.7 (#1051) 2020-08-28 10:29:48 +03:00
go.sum Update Terraform SDK to v1.15.0, use Go 1.14.7 (#1051) 2020-08-28 10:29:48 +03:00
LICENSE initial commit 2017-06-05 20:54:10 +00:00
main.go Migrate to the new separated SDK (#880) 2019-09-28 00:03:06 +03:00
README.md Update Terraform SDK to v1.15.0, use Go 1.14.7 (#1051) 2020-08-28 10:29:48 +03:00

Terraform OpenStack Provider

Maintainers

This provider plugin is maintained by:

Requirements

  • Terraform 0.12.x
  • Go 1.14 (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.14+ 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.