|
| 1 | +# v0.7.4 |
| 2 | + |
| 3 | +### Summary: |
| 4 | + |
| 5 | +* Refine test suite and get CI build green |
| 6 | +* Improve type checking in module variables |
| 7 | +* Demo how to validate S3 policies with new env and test suite |
| 8 | +* Various module bugfixes |
| 9 | + |
| 10 | +### Examples |
| 11 | + |
| 12 | +* `s3-full-access-policy`: add env and initial test suite - [#122][122] |
| 13 | +* `vpc-scenario-2`: refactor hardcoded AZ list, use locals - [#134][132] |
| 14 | + |
| 15 | +### Modules |
| 16 | + |
| 17 | +* `prometheus-server`: sync with changes to variables/modules - [#107][107] |
| 18 | +* `credstash-setup`: pip 10 is a failure, use pip 9.x for now - [#145][145] |
| 19 | +* `init-snippet-install-awscli`: pip 10 is a failure, use pip 9.x for now - [#145][145] |
| 20 | +* `bind-server`: allow `db_records_folder` variable to be empty - [#135][135] |
| 21 | +* add type definitions to all variables in all modules - [#108][108] |
| 22 | + |
| 23 | +### Packer |
| 24 | + |
| 25 | +* `kubespray`: parametize docker tag - [#123][123] |
| 26 | + |
| 27 | +### Tests |
| 28 | + |
| 29 | +* add `Makefile` to install tools and init Terraform |
| 30 | +* use `tflint` 0.6.0 to resolve [#107][107] |
| 31 | +* drop `vpc-legacy` module from the test suite |
| 32 | +* enable tfinit for [#104][104], disable `undeclared-variables` for [#141][141] |
| 33 | + |
| 34 | +[122]: https://github.com/fpco/terraform-aws-foundation/issues/122 |
| 35 | +[132]: https://github.com/fpco/terraform-aws-foundation/issues/132 |
| 36 | +[107]: https://github.com/fpco/terraform-aws-foundation/issues/107 |
| 37 | +[145]: https://github.com/fpco/terraform-aws-foundation/pull/145 |
| 38 | +[108]: https://github.com/fpco/terraform-aws-foundation/issues/108 |
| 39 | +[135]: https://github.com/fpco/terraform-aws-foundation/issues/135 |
| 40 | +[123]: https://github.com/fpco/terraform-aws-foundation/issues/123 |
| 41 | +[141]: https://github.com/fpco/terraform-aws-foundation/issues/141 |
| 42 | + |
| 43 | + |
1 | 44 | # v0.7.3
|
2 | 45 |
|
3 | 46 | ### Examples
|
|
0 commit comments