Switch language한국어
Back to the list

Why Terraform is green when your cloud is broken

TL;DR AI

Key summary

2 min read
  1. Terraform can show a clean plan even when cloud resources have drifted outside IaC.

  2. In the case described, a manually edited S3 bucket policy differed from Terraform config and later triggered 403 errors.

  3. Terraform state is only a snapshot from the last apply, so console edits and some service-managed changes can go unnoticed.

  4. Teams that rely on Terraform alone may miss breaking drift or security issues in AWS infrastructure.

Read the original