Terraform: terraform_remote_state – getting Outputs from other state-files
30 September 2023With the data “terraform_remote_state” we can get the outputs of one project to use in another. For example, our AWS VPC is created separately from AWS EKS (although in the series Terraform: Building EKS, part 1 – VPC, Subnets and Endpoints VPCs were created as part of a cluster, but then I separated them). So,… Read More »