Release Description: Initial Release of Terraform AWS VPC-Subnets Module
Description
This release introduces the initial version of the Terraform AWS VPC-Subnets module. It includes the following features:
- Creation of VPC with a specified CIDR block.
- Creation of public and private subnets.
- Enabling/disabling DNS hostnames and DNS support.
- Configuration of Internet Gateways.
- Configuration of Network ACLs.
- Tagging resources.
Key Changes
- Added: Initial setup and configuration of Terraform files.
- Added:
.gitignore
andCHANGELOG.md
files. - Updated:
LICENSE
andREADME.md
files. - Created: Main Terraform configuration files (
main.tf
,variables.tf
,outputs.tf
,data.tf
).
Commits
- Initial setup and feature implementation.
- Documentation and license updates.
Potential Impacts
- None expected; this is a new module.
Follow-up Actions
- Update any relevant documentation or user guides.