Releases: obytes/terraform-aws-vpc
Releases · obytes/terraform-aws-vpc
v1.0.10
NAT Instance
- Creating an optional nat_instance controlled by `nat_instance_enabled`
v1.0.9
- Updating terraform-aws-tag version
- Adding an optional variable
delimiter
that is defaults to -
- Updating README
v1.0.8
- Adding a
prefix
required variable which is generated by terraform-aws-tag module
- Adding an optional
name
variable that will be appended to the prefix
- Adding an optional variable
addiotional_tags
that is a map(string) generated from terraform-aws-tag module
- Update README and example files
v1.0.7
- Updating version to
1.0.7
v1.0.6
- Adding more outputs for VPC Module
- Upgrading pre-commit hooks
v1.0.5
- Creating routes if
tgw_route_table_id
is provided in each route table
- Customer prefixes are provided as a
list(string)
v1.0.3
V1.0.3 (#2)
- Adding new optional variables `additional_private_subnet_tags` and `additional_public_subnet_tags`
- Updating .gitignore files
- Updating examples modules and README
v1.0.2
Removing the AWS provider version constraint
v1.0.1
- Using tomap() function instead of map()
- Changing the var.region default value to null