项目作者: hashicorp

项目描述 :
Terraform terraform provider
高级语言: Go
项目地址: git://github.com/hashicorp/terraform-provider-terraform.git
创建时间: 2017-06-05T20:54:12Z
项目社区:https://github.com/hashicorp/terraform-provider-terraform

开源协议:Mozilla Public License 2.0

下载


terraform-provider-terraform

This repository contains a separated version of the terraform provider that can be used with 0.10.x releases of Terraform Core.

Prior to 0.10, and from 0.11 onwards, this provider is an integrated part of Terraform Core and not packaged as a provider plugin.

No further development of this provider will occur in this repository, with future changes instead being made in the Terraform Core repository. Please do not open new issues or pull requests against this repository: instead, open them in the Terraform Core repository.

Requirements

Building The Provider

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

  1. $ mkdir -p $GOPATH/src/github.com/hashicorp; cd $GOPATH/src/github.com/hashicorp
  2. $ git clone git@github.com:hashicorp/terraform-provider-terraform

Enter the provider directory and build the provider

  1. $ cd $GOPATH/src/github.com/hashicorp/terraform-provider-terraform
  2. $ go install .