Skip to content

Commit

Permalink
add note for windows and update build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
  • Loading branch information
chris-rock committed Oct 16, 2018
1 parent 14bd725 commit 507fb6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The InSpec provisioner executes InSpec during the terraform apply run. It suppor
* instances
* cloud platforms like azure, aws, digitalocean or gcp

Note: This is an early project and is not working on Windows environments yet. Coming soon.

## Installation

*One-Liner Install (Linux)*
Expand Down Expand Up @@ -61,7 +63,10 @@ Enter the provider directory and build the provider
```sh
$ cd $GOPATH/src/github.com/inspec/terraform-provisioner-inspec
$ dep ensure
$ make build
# build on linux
$ make build/linux
# build on macos
$ make build/darwin
```

## Targets
Expand Down

0 comments on commit 507fb6f

Please sign in to comment.