Daily Archives: 09/30/2023

Terraform: terraform_remote_state – getting Outputs from other state-files
0 (0)

30 September 2023

With 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: Terraform: terraform_remote_state – getting Outputs from other state-files0 (0) »

Loading

GitHub Actions: deploying Dev/Prod environments with Terraform
0 (0)

30 September 2023

Now that we have Terraform code ready to deploy an AWS Elastic Kubernetes Service cluster (see Terraform: Building EKS, part 1 – VPC, Subnets and Endpoints and subsequent parts), it’s time to think about automation, that is, creating pipelines in CI/CD that would create new environments for testing features, or deploy updates to the Dev/Prod… Read More: GitHub Actions: deploying Dev/Prod environments with Terraform0 (0) »

Loading