aws-eks-base icon indicating copy to clipboard operation
aws-eks-base copied to clipboard

Get rid of workspaces and data from terraform_remote_state [PoC]

Open halfb00t opened this issue 3 years ago • 0 comments

This boilerplate has two major cons which prevent using it in more complex cases, like multi-account|multi-regional|multi-environment infrastructures:

  • it uses data form remote state of the first module layer1-aws
  • it relies on terraform workspaces in order to create different environments

So the idea is to decouple l1 and l2 modules making them independent. Terragrunt is used to transfer outputs between modules and to build more complex layouts for infrstructures

halfb00t avatar Feb 17 '22 04:02 halfb00t