terraform
2 Posts
Managing Helm CRDs with Terraform
Introducing a Terraform module to manage Helm Custom Resource Definitions (CRDs) through code, to being able to manage Kubernetes deployments completely through GitOps.…
How to make Terraform waiting for cloud-init to finish on EC2 without SSH
Terraform is a powerful tool, but it doesn't have a way to wait for EC2 instances to be ready, instead of just created. We will see how to use AWS SSM to do just that.…