[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation Update (if none of the other choices apply)
Checklist
[x] I have read the CONTRIBUTING.md doc.
[x] I have added necessary documentation (if appropriate).
[ ] Any dependent changes have been merged and published in downstream modules.
Further comments
Removes the deprecated experimental feature flag as documented. Since this change will increase the minimum terraform version requirement, the documentation is also updated to include the release versions prior to this breaking change, i.e. terraform >= 0.14.0
PR to address https://github.com/DNXLabs/terraform-aws-network/issues/36
Types of changes
Checklist
Further comments
Removes the deprecated experimental feature flag as documented. Since this change will increase the minimum terraform version requirement, the documentation is also updated to include the release versions prior to this breaking change, i.e. terraform >= 0.14.0