Posted inAutomation AWS Azure
Terraform Drift Detection (Manual Changes)
Terraform drift happens when the real-world infrastructure deviates from whatβs defined in the Terraform state file. This causes inconsistencies and surprises when you run terraform plan or terraform apply. Here…