Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 18, 2024Terraform State Management: Collaborating Safely with S3 and DynamoDBTerraform State: Terraform State allows you to view the current state of any resources you have created on a cloud platform locally. When you create an AWS EC2 instance using Terraform, its default state is "running". When we did terraform apply our...1 likeTerraform
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 17, 2024Terraform State Locking (Part 5)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...31 readsTerraform: Infrastructure As CodeTerraform
Subash Neupaneblogs.subashneupane3.com.np·Jan 22, 2024Terraform: Remote Backends and State Locking in ActionIn this blog, we will learn about the different files used in Terraform while creating the resources. As the Terraform files especially state files, and lock files are sensitive we will look at how we can store these sensitive files remotely and acce...state locking