#terraform
Read more stories on Hashnode
Articles with this tag
In the world of DevOps and infrastructure management, the need to efficiently provision and manage resources has never been greater. Terraform, an...
In my previous blog, I talked about managing static secrets with HashiCorp Vault using the Vault token. Let's move one step further. Using AppRole for...
One challenge that comes up when provisioning resources over a cloud using Terraform is that you will need some form of credentials to log into the...
This blog is about terraform AWS RDS provisioning with secret manager integration. Terraform RDS Workflow The following image shows the RDS...
Lambda function written in Python which when triggered starts or stops the EC2 instances. start_ec2_instances.py import boto3 ec2 =...