Deploy a Swiggy Clone Using GitHub Actions
Complete CI/CD with Terraform, EKS & Monitoring

Search for a command to run...
Articles tagged with #terraform
Complete CI/CD with Terraform, EKS & Monitoring

Description: Deploy an application Kubernetes using Jenkins for CI-CD pipeline, EKS for automated cluster configuration, and terraform for provisioning of the infrastructure. Project Code: https://github.com/harshitsahu2311/terraform-k8s-project.git ...

This blog is your one step solution for Terraform for DevOps Engineers. For Source Code: https://github.com/harshitsahu2311/Terraform-project So, in this blog we are going to make a multi-environment architecture through terraform in AWS. In multi-en...

States Terraform uses state to keep track of the infrastructure it manages. To use terraform effectively, you must keep your state accurate and secure. State is necessary for requirements for Terraform to function. It is often asked if it is possibl...

Meta-arguments in Terraform are special arguments that can be used with resource blocks and modules to control their behavior or influence the infrastructure provisioning process. They provide additional configuration options beyond the regular resou...

Provisioning on AWS is quite easy and straightforward with Terraform. Prerequisites AWS CLI installed The AWS Command Line Interface (AWS CLI) is unified tool to manage your AWS services. With just one tool to download and configure, you can contro...
