Releases: zoitech/terraform-aws-network
Releases · zoitech/terraform-aws-network
rename dhcp_domain_name var
Merge pull request #40 from eabdelmaqsod/feature/dhcp_var_domainname rename dhcp_domain_name var
tags update
Added tags for IGW, NatGW and default route tables to support backward compatibility.
Fix subnet_ids Incorrect attribute value type
Output improvements
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
ENHANCEMENT:
- Added VPC and subnet tagging capabilities #30
dynamic subnet creation
Removed variable default nulls
Removed variable default nulls
Make "aws_ram_resource_share_accepter" optional
Resolves #27
Support multiple IP address range forwarding to the transit gateway
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
IMPROVEMENTS:
- Support multiple IP address range forwarding to the transit gateway (#20)