Day 4: Terraform State File and Remote Backend
How Terraform Updates Infrastructure
When you execute terraform apply, Terraform performs a state comparison between your configuration files and the actual infrastructure. Here's how it works:
Desired State vs. Actual State: Terraform reads the des...
terraform-with-aws.hashnode.dev5 min read