This is a Terraform provider for Chaos Engineering.
This provider plugin is maintained by:
- Simple failures
- Terraform Apply
- Terraform Plan
- Terraform >= v0.12.0 (v0.11.x may work but not supported actively)
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 git@github.com:Kekenika/terraform-provider-chaos
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/Kekenika/terraform-provider-chaos
$ make build