iske niche pura document h to dont try hard to remember module vpc elments inside object.

image.png

Push Module to Terraform Registry

Steps:

  1. GitHub Repository Setup
  2. Tag a Release
   git tag v1.0.0
   git push origin v1.0.0

Semantic versioning required (v1.0.0, v1.2.3, etc.)

  1. Connect to Terraform Registry
  2. Use Your Module
   module "example" {
     source  = "your-github-username/vpc/aws"
     version = "1.0.0"
   }

That's it! Registry syncs automatically on new tags.