As part of the move to defined single dependencies in the infrastructure repo (https://github.com/RootPrivileges/terragrunt-aws/issues/1), all of the modules need to have remote_state removed from their code, instead exposing the built-in, previously-hidden output data that they subsequently use as input variables to the module.
As part of the move to defined single dependencies in the infrastructure repo (https://github.com/RootPrivileges/terragrunt-aws/issues/1), all of the modules need to have
remote_state
removed from their code, instead exposing the built-in, previously-hidden output data that they subsequently use as input variables to the module.