Skip to content

Releases: devops4me/terraform-aws-vpc-network

terraform-aws-vpc-network v1.0.3

20 Sep 11:01
Compare
Choose a tag to compare

This release matures the example. So now

  • the example is dockerized
  • the example is documented
  • the example files are split out in main, outputs and variables

Also rich types are embraced for the modules variables.

  • number variables are used for the subnet counts
  • boolean is used for the gateway creation condition

The main module documentation has also been improved and streamlined.

terraform-aws-vpc-network v1.0.2

17 Sep 16:07
Compare
Choose a tag to compare

Readme documentation now matches its module version with the terraform commnity module version.
Checking whether terraform registry will automatically update itself upon this release.

community modules release

17 Sep 14:55
Compare
Choose a tag to compare

This module has been formatted for deployment to the Terraform Community Modules registry. It is designed to be compatible with parsers of the 0.12 line (currently 0.12.8).

baseline release of vpc-network

17 Sep 14:47
Compare
Choose a tag to compare

This release puts out the terraform module for the Terraform 0.12 standard. It contains a README as well as an executable example showing how to use the module.