AAnandhiinanandhi.hashnode.dev·Feb 14, 2024 · 3 min readHashiCorp Vault Integration with Terraform - Day 10HashiCorp Vault is a tool designed to securely store and access secrets. It provides a centralized place to manage sensitive data such as API keys, passwords, certificates, and encryption keys. Vault offers features such as encryption, access control...00
AAnandhiinanandhi.hashnode.dev·Feb 8, 2024 · 7 min readProvisioning a Highly Resilient AWS Infrastructure with Terraform: VPC, Load Balancers, and Auto Scaling Groups - Day 9Introduction Whether it's a small webpage or a complex three-tier application, the process involves establishing a robust and dependable infrastructure in the cloud with minimal human intervention, which can be a daunting task. Terraform comes to the...00
AAnandhiinanandhi.hashnode.dev·Jan 30, 2024 · 2 min readImporting Existing Resources into Terraform - Day 8Managing infrastructure using Terraform provides numerous benefits, including automation, version control, and reproducibility. However, many organizations already have existing resources deployed manually or through other means before adopting Terra...00
AAnandhiinanandhi.hashnode.dev·Jan 23, 2024 · 3 min readTerraform backends and state locking - Day 7Terraform uses a state file to keep track of the resources it manages and their current state. The state file is crucial for Terraform to understand the existing infrastructure and make informed decisions about what changes to apply. When working wit...00
AAnandhiinanandhi.hashnode.dev·Jan 21, 2024 · 2 min readTerraform Modules - Day 6Terraform modules provide a way to organize and reuse Terraform code by encapsulating a set of resources and configurations into a modular and reusable component. This helps in organizing your infrastructure code and makes it more modular and easier ...00