You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently testing driftctl on our pipelines. In the project I am running it on, it claims that our aws_db_instance is not covered by IaC.
This seems to be a false positive, as it is created and managed by Terraform.
Description
I am currently testing driftctl on our pipelines. In the project I am running it on, it claims that our
aws_db_instance
is not covered by IaC.This seems to be a false positive, as it is created and managed by Terraform.
Environment
Running
driftctl scan --only-unmanaged
results in:However, it is part of the tfstate that is being parsed by
driftctl
:How to reproduce
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: