terraform icon indicating copy to clipboard operation
terraform copied to clipboard

terraform test: add support for validating plan diffs / attribute changes

Open shanye997 opened this issue 1 year ago • 5 comments

Terraform Version

latest

Use Cases

I am using the terraform test command released in the terraform 1.6. Is there a way to check if there is a diff with the state file after executing terraform apply command? I tried to run plan after apply, but the test command will return pass when it is executed successfully. It doesn't realize that it's wrong to have these diffs.

Attempted Solutions

Does the current command support checking diff? Or will it be supported later?

Proposal

No response

References

No response

shanye997 avatar Jan 08 '24 11:01 shanye997