Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Foxutech-com/terraform-provider-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Terraform 0.10.x
  • Go 1.9 (to build the provider plugin)

Building The Provider

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

$ mkdir -p $GOPATH/src/github.com/hashicorp; cd $GOPATH/src/github.com/hashicorp
$ git clone [email protected]:hashicorp/terraform-provider-terraform

Enter the provider directory and build the provider

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

About

Terraform terraform provider

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 66.9%
  • Shell 15.0%
  • Makefile 12.3%
  • HTML 5.8%