Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 887 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 887 Bytes

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