-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
No files when generating with --resoruces="*" even tho says imported #1719
Comments
This is the last piece of what i get when i run it with 2023/06/09 12:57:04 Number of resources for service globalForwardingRules: 7 goroutine 1939 [running]: |
What are the versions of your Terraformer and the terraform-google-provider that you're using? |
Hi Daniel, this are my versions. BTW i updated my first comment with the output, maybe is useful :) Terraform: v1.4.6 |
@tdiazvelez Had to dig a little bit but this is because You can solve this by excluding it by
@sergeylanzman want me to create a PR to remove the Also, about the issues with GCP provider, the issue started in |
thank you @DanielRieske , now its working :) Hope you have a great weekend! |
Hi guys, i need to terraform a whole existing infra on google. I have encountered many issues and I was able to fix them reading old issues, but with this I have no clue.
While I import, for example, using:
terraformer import google --resources=gcs,forwardingRules,httpHealthChecks --connect=true --regions=europe-west4 --projects=MY-PROJECT
I get the files correct, 10 for gcs, 1 forwarding rule and 0 healthcheck. And there's a generated/ folder
But when im trying to import everything:
terraformer import google --resources="*" --connect=true --regions=europe-west4 --projects=MY-PROJECT
it seems like everything is working fine (some exceptions of services i dont use, etc) saying "importing done", even listing the ammount of resources for each service found. BUT I have no generated/ folder, why??
The text was updated successfully, but these errors were encountered: