-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Driftctl scan is not giving results as expected in the GCP cloud if I don't use . driftignore file, most of the time it gives errors only like resources will not support. If I use. driftignore file results are giving zero
{
"options": {
"deep": false,
"only_managed": false,
"only_unmanaged": false
},
"summary": {
"total_resources": 0,
"total_changed": 0,
"total_unmanaged": 0,
"total_missing": 0,
"total_managed": 0,
"total_iac_source_count": 1
},
"managed": null,
"unmanaged": null,
"missing": null,
"differences": null,
"coverage": 0,
"alerts": null,
"provider_name": "gcp+tf",
"provider_version": "",
"date": "2023-11-28T12:32:43.1751622+05:30"
}
Description
Environment
- OS: Ubuntu
- driftctl version:v0.39.0
- terraform version: v1.6.3
- terraform providers versions:
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working