Skip to content

Kekenika/terraform-provider-chaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Provider for Chaos Engineering

This is a Terraform provider for Chaos Engineering.

Maintainers

This provider plugin is maintained by:

Support

  • Simple failures
    • Terraform Apply
    • Terraform Plan

Requirements

  • Terraform >= v0.12.0 (v0.11.x may work but not supported actively)

Building The Provider

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

$ mkdir -p $GOPATH/src/github.com/Kekenika; cd $GOPATH/src/github.com/Kekenika
$ git clone [email protected]:Kekenika/terraform-provider-chaos
Enter the provider directory and build the provider

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