Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driftctl results in GCP not working as expected #1697

Open
swamipeddineni opened this issue Nov 28, 2023 · 1 comment
Open

driftctl results in GCP not working as expected #1697

swamipeddineni opened this issue Nov 28, 2023 · 1 comment
Labels
kind/bug Something isn't working

Comments

@swamipeddineni
Copy link

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:
@swamipeddineni swamipeddineni added the kind/bug Something isn't working label Nov 28, 2023
@swamipeddineni swamipeddineni changed the title driftctl results in GCP not working or expected driftctl results in GCP not working as expected Nov 28, 2023
@swamipeddineni
Copy link
Author

Please give any updates on whether driftctl works for the GCP cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant