Skip to content

Releases: obytes/terraform-aws-vpc

v1.0.11

13 Oct 20:27
Compare
Choose a tag to compare
Adding key_pair for ec2

v1.0.10

13 Oct 11:16
Compare
Choose a tag to compare
NAT Instance

 - Creating an optional nat_instance controlled by `nat_instance_enabled`

v1.0.9

09 Aug 08:45
Compare
Choose a tag to compare
  • Updating terraform-aws-tag version
  • Adding an optional variable delimiter that is defaults to -
  • Updating README

v1.0.8

08 Aug 12:17
Compare
Choose a tag to compare
  • 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

07 Aug 10:09
Compare
Choose a tag to compare
  • Updating version to 1.0.7

v1.0.6

07 Jun 16:48
4cb41bd
Compare
Choose a tag to compare
  • Adding more outputs for VPC Module
  • Upgrading pre-commit hooks

v1.0.5

23 Feb 12:29
Compare
Choose a tag to compare
  • Creating routes if tgw_route_table_id is provided in each route table
  • Customer prefixes are provided as a list(string)

v1.0.3

17 Jan 08:55
b2c27c6
Compare
Choose a tag to compare
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

28 Apr 11:51
Compare
Choose a tag to compare

Removing the AWS provider version constraint

v1.0.1

21 Apr 22:03
Compare
Choose a tag to compare
  • Using tomap() function instead of map()
  • Changing the var.region default value to null