Skip to content

Initial Release of Terraform AWS VPC-Subnets Module

Latest
Compare
Choose a tag to compare
@bsubhamay bsubhamay released this 25 Dec 14:51
2d7d4c7

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 and CHANGELOG.md files.
  • Updated: LICENSE and README.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.