Skip to content

Releases: cloudposse/terraform-aws-vpc

0.4.1 Fix example with CIDR

10 May 14:38
Compare
Choose a tag to compare

what

  • Fix example with CIDR

why

  • CIDR was not given in example, but it is required

0.4.0 Remove default VPC CIDR range

19 Feb 19:00
Compare
Choose a tag to compare

what

  • Remove default VPC CIDR range

why

  • Better to declare the CIDR rather than default to use 10.0.0.0

0.3.6: Add example usage (#21)

04 Jan 22:03
Compare
Choose a tag to compare
* feat(examples): add basic example

* Update namespace description in basic example

* Create cidr_block variable in basic example

Use it in both modules

* Move default values from variables.tf to terraform.tfvars

- set subnets nat_gateway_enabled as false
- check on geodesic

* Rename tfvars file

0.3.5 Update readme yaml file and rebuild md

06 Dec 12:44
8487f46
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

Migrate to README.yaml format

24 Jul 09:30
04f12df
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.3.3

12 Apr 20:01
8056c39
Compare
Choose a tag to compare

what

  • Force assign_generated_ipv6_cidr_block

why

  • To address the issue #15
  • To fix Terraform errors if assign_generated_ipv6_cidr_block is set to false
* module.vpc.output.vpc_ipv6_association_id: Resource 'aws_vpc.default' does not have attribute 'ipv6_association_id' for variable 'aws_vpc.default.ipv6_association_id'
* module.vpc.output.ipv6_cidr_block: Resource 'aws_vpc.default' does not have attribute 'ipv6_cidr_block' for variable 'aws_vpc.default.ipv6_cidr_block'
  • Assigning an IPv6 CIDR block to VPC does not consume any additional resources and does not cost anything

0.3.2

15 Jan 15:34
0e478b9
Compare
Choose a tag to compare

what

  • Added Travis CI
  • Bump terraform-null-label version to 0.3.1

why

  • To monitor builds and repo status
  • Latest version with new features and bug fixes

0.3.1

13 Dec 20:31
5ccba78
Compare
Choose a tag to compare

what

  • Set default instance_tenancy to default

why

  • Use s3 backend for .tfstate file
  • Do terraform apply on one host
  • Do terraform plan on another host
  • VPC is going to be recreated because instance_tenancy is changed

Remove subnets module

27 Oct 12:38
Compare
Choose a tag to compare

What

  • Exclude terraform-aws-dynamic-subnets module
  • Update README

Why

  • Provision only general VPC components with terraform-aws-vpc
  • Make subnets module plugable (e.g. we would be able to use any subnets module with terraform-aws-dynamic-subnets module)

Add `attributes` and `tags` to modules

29 Sep 00:01
Compare
Choose a tag to compare

What

  • Added attributes and tags to modules

Why

  • So we could assign arbitrary tags to AWS resources