tf-drift

Example Terraform Status Fixtures

Problem and Goal

The repository needs runnable Terraform examples that let a developer see more than one tf-drift status in a single scan. The examples should require no cloud credentials and should exercise the public CLI path, not a mocked report.

Scope

Create an examples/ directory with three independently discovered Terraform layers:

The examples should work with tf-drift -dir examples -non-interactive and with JSON output. They should avoid external providers, remote state, and cloud credentials.

Workflow

The diagram shows how the three fixture layers map to tf-drift statuses.

Examples status flow

Acceptance Criteria

Test Plan