In this blog post, we will see how the applications running in the EKS pods can connect to the S3 bucket using the IAM role for the service account...
As we adapt to building cloud-native applications, we are coming up with lots of toolings and processes. Gitops is one of the processes of...
Policy as a Code · As more and more organizations are adopting Terraform, it is increasingly important to ensure that the configuration is correct. This...
As you work on the large codebase, you may want to run a set of checks before you submit a pull request for code review. This is a great way to ensure...
When I started with Terraform learning, I was mostly writing independent files for each of the resources which needs to be provisioned. After few...
Terraform code is written in a language called HCL in files with the extension .tf. It is a declarative language, so your goal is to describe the...