Skip to content

swarnava112/terraform-aws-multiregion-master-slave

Repository files navigation

Terraform code setup for AWS resource multi-region deployment

Its a pain to write terraform code, when we want a resource to be deployed to multiple regions in aws.

The primary reason being that, we cannot loop over the provider object (each region in aws is a different provider alias in terraform.)

So I build a setup, where we only need to set the provider once, per region, in the modules I call slaves (regionone.tf and regiontwo.tf).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages