Skip to content

Releases: zoitech/terraform-aws-network

rename dhcp_domain_name var

19 May 08:24
087e8b0
Compare
Choose a tag to compare
Pre-release
Merge pull request #40 from eabdelmaqsod/feature/dhcp_var_domainname

rename dhcp_domain_name var

tags update

19 May 06:50
eacf667
Compare
Choose a tag to compare
tags update Pre-release
Pre-release

Added tags for IGW, NatGW and default route tables to support backward compatibility.

Fix subnet_ids Incorrect attribute value type

16 Apr 10:19
2b1120c
Compare
Choose a tag to compare

2.2.1

BUG FIXES:

  • Fixed "Error: Incorrect attribute value type" for "subnet_ids" parameters #36

Output improvements

13 Apr 13:08
9565eee
Compare
Choose a tag to compare
Output improvements Pre-release
Pre-release

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Names for subnet ID outputs changed to reflect plural nature (e.g. "sn_private_a_id" is now "sn_private_a_ids" )

BUG FIXES:

  • Fixed output for nat_ip

ENHANCEMENTS:

  • Output for internet gateway ID

Added VPC and subnet tagging

12 Apr 14:09
ba3887a
Compare
Choose a tag to compare
Pre-release

ENHANCEMENT:

  • Added VPC and subnet tagging capabilities #30

dynamic subnet creation

08 Apr 21:56
21cfdfe
Compare
Choose a tag to compare
Pre-release

NEW FEATURES:

  • Support for dynamic subnet creation. Due to: #31
  • Support for multiple subnet creation in the same availability zone. Due to: #31

Removed variable default nulls

17 Dec 20:45
a9eecba
Compare
Choose a tag to compare
Pre-release

Removed variable default nulls

Make "aws_ram_resource_share_accepter" optional

17 Dec 13:13
6383785
Compare
Choose a tag to compare

Resolves #27

Support multiple IP address range forwarding to the transit gateway

12 Dec 09:10
346870c
Compare
Choose a tag to compare

Same as "1.0.5" but with no "aws_ram_resource_share_accepter" incase this step was done manually. Due to import bug

Support multiple IP address range forwarding to the transit gateway

12 Dec 09:12
caf91bc
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Support multiple IP address range forwarding to the transit gateway (#20)