Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeneyops committed May 16, 2017
1 parent 1115c96 commit 4cfbbda
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 84 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
#### Consider Implementing:
* ipv6 support

## 0.3.2 (May 16, 2017)

#### BACKWARDS INCOMPATIBILITIES / NOTES:
* The following output variables have been changed:
* az module
* `dmz_cidrs (string)` -> `dmz_cidrs (list)`
* `dmz_ids (string)` -> `dmz_ids (list)`
* `eip_nat_ids (string)` -> `eip_nat_ids (list)`
* `eip_nat_ips (string)` -> `eip_nat_ips (list)`
* `lan_ids (string)` -> `lan_ids (list)`
* `lan_cidrs (string)` -> `lan_cidrs (list)`
* `nat_ids (string)` -> `nat_ids (list)`
* `rt_lan_ids (string)` -> `rt_lan_ids (list)`
* The following input variable have been changed:
* az module
* `stack_item_fullname` now defaults to a value of `VPC Quick Start`
* `stack_item_label` now defaults to a value of `exmpl`

## 0.3.1 (April 23, 2017)

#### IMPROVEMENTS / NEW FEATURES:
Expand Down
Loading

0 comments on commit 4cfbbda

Please sign in to comment.