Finally published to the Terraform Cloud public registry

Hey everyone,

Great news! The modules that power the TNT Architecture and Super Router projects for scaling VPCs and TGWs in AWS have been published to the Terraform Cloud public registry at v1.0.0, like FINALLY!

  • Tiered VPC-NG
  • Centralized Router (includes Generate Routes to Other VPCs)
  • Super Router
  • Intra VPC Security Group Rule
  • Super Intra VPC Security Group Rules

The modules are mostly the same as what’s in my Terraform development repo at v1.4.16.

Before (Dev version):

source = "git@github.com:JudeQuintana/terraform-modules.git//networking/tgw_super_router_for_tgw_centralized_router?ref=v1.4.16"

After (Terraform Cloud version):

source  = "JudeQuintana/super-router/aws"
version = "1.0.0"

Definitely not a downgrade, it’s more of a “confidence” release.

This is my contribution to the Terraform and Cloud Networking communities.

I ended up moving the generate_routes_to_other_vpcs module into Centralized Router’s modules directory because it’s only a function of that router, therefore, should be closer in code.

And, of course, the TNT Architecture Demo and Super Router Demo have been upgraded, hell yeah!

~jq1 #StayUp #AoD

Feedback

What did you think about this post? jude@jq1.io