| Crates.io | nuform |
| lib.rs | nuform |
| version | 0.1.2 |
| created_at | 2017-03-03 17:37:01.897223+00 |
| updated_at | 2017-03-07 22:03:24.022974+00 |
| description | Nulogy wrapper for Terraform; conform to the opinionated Nulogy workflow. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 8793 |
| size | 18,250 |
Nulogy wrapper for Terraform, conform to the opinionated Nulogy workflow.
Use cargo in the project root directory:
cargo build
To run the unit test suite you can use:
cargo test
To run the integration test suite you'll need S3 credentials configured with a profile called nuform_integration.
To do so use the aws cli:
aws --profile nuform_integration configure
The command will interactively ask for your credentials. You also need to run consul development server, which you can do with the command:
consul agent -dev
After this setup the integration test should be good to go, just use:
cargo run plan integration