Skip to content

Commit

Permalink
Updated changelog and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt committed Feb 3, 2020
1 parent 028d8c9 commit acb8396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## 1.1.4 (2020-02-03)
* Added a new environment variable `TFC_ERROR` to change the name of the default `Failure` error message.
* Added a new environment variable `TFC_ERROR` to change the name of the default `Failure` error message. ([docs](https://terraform-compliance.com/pages/usage/environment_variables.html)) ([#191](https://github.com/eerkunt/terraform-compliance/issues/191))

### 1.1.2 (2020-02-01)
* Cosmetic and some dependency fixes.
Expand All @@ -12,11 +12,11 @@

### 1.1.0 (2020-02-01)

* New step: [Then it must have "something" referenced](https://terraform-compliance.com/pages/bdd-references/then.html#then-it-must-have-something-referenced). [#195](https://github.com/eerkunt/terraform-compliance/issues/195))
* New step: [Then I flatten all values found](https://terraform-compliance.com/pages/bdd-references/then.html#then-i-flatten-all-values-found). [#193](https://github.com/eerkunt/terraform-compliance/issues/193))
* New step: [Then it must have "something" referenced](https://terraform-compliance.com/pages/bdd-references/then.html#then-it-must-have-something-referenced). ([#195](https://github.com/eerkunt/terraform-compliance/issues/195))
* New step: [Then I flatten all values found](https://terraform-compliance.com/pages/bdd-references/then.html#then-i-flatten-all-values-found). ([#193](https://github.com/eerkunt/terraform-compliance/issues/193))
* New step: [Then its {key} must/must not be {value}](https://terraform-compliance.com/pages/bdd-references/then.html#its-key-condition-be-value).

* Security group revamp, which also addresses the problem defined in [docs](https://terraform-compliance.com/pages/bdd-references/then.html#then--it-must-condition-have-proto-protocol-and-port-port-for-cidr) [#181](https://github.com/eerkunt/terraform-compliance/issues/181))
* Security group revamp, which also addresses the problem defined in ([docs](https://terraform-compliance.com/pages/bdd-references/then.html#then--it-must-condition-have-proto-protocol-and-port-port-for-cidr)) ([#181](https://github.com/eerkunt/terraform-compliance/issues/181))
* Security Group related code is rewritten, it is more flexible and extendable right now.
* Security Group related tests now also have `must` condition where you may want to enforce if some subset of rules are defined in Security Groups.
* Fixed a problem where `must only` and `must not` was not working properly when Security Groups have multiple rules attached. ([#181](https://github.com/eerkunt/terraform-compliance/issues/181))
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/usage/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ parent: Usage
`terraform-compliance` allows you to override some internals.

| Variable | Description |
|----------|-------------|
| TFC_ERROR | This variable will change the `Failure` error that is given by `terraform-compliance` by default. It will not change any functionality other than changing the error message.
|:--------:|:------------|
| `TFC_ERROR` | This variable will change the `Failure` error that is given by `terraform-compliance` by default. It will not change any functionality other than changing the error message.

0 comments on commit acb8396

Please sign in to comment.