#devops
Read more stories on Hashnode
Articles with this tag
An example of using terraform_remote_state to import outputs from other state files · With the data "terraform_remote_state" we can get the outputs of...
Installation of Kubernetes components with Terraform - ExternalDNS, AWS Load Balancer Controller, SecretStore CSI Driver and ASCP, and add a Subscript ·...
Installing Karpenter on AWS EKS cluster with Terraform Karpenter module and configuring its Provisioner and AWSNodeTemplate · This is the third part of...
Creating an AWS EKS with Terraform — a cluster with the Terraform EKS module, a default WorkerNode Group, and configure IAM authentication settings · We...
Create an AWS VPC for AWS EKS and configure VPC Subnets and Endpoints with Terraform and modules · So, after we recalled a bit on Terraform’s data types...
Using for, count, and for_each loops in Terraform with examples · In the previous post, we got an overview of the Terraform data types — Terraform:...