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
When attempting to import specific resources (e.g., Google Storage buckets) using Terraformer, the process fails or does not work as expected. The --filter option does not reliably import the specified resources, requiring multiple runs or manual configuration.
$ terraformer import google --resources=gcs --filter=name=test-buck12 --projects=*** --regions=us-central1 --path-pattern {output}/{provider}/**
While running the above command, Terraformer imports all resources instead of the specific resource mentioned in the filter. The --filter option does not work as intended, making it impossible to target and import only the desired resource.
Additionally, I could not find any documentation specifying the correct --filter format for importing specific resources.
Can you provide guidance on how to address this issue?
The text was updated successfully, but these errors were encountered:
@nibatan: Please do not tag unrelated folks. I don't know about the other individuals you've included here, but I definitely can't help with this issue.
When attempting to import specific resources (e.g., Google Storage buckets) using Terraformer, the process fails or does not work as expected. The --filter option does not reliably import the specified resources, requiring multiple runs or manual configuration.
$ terraformer import google --resources=gcs --filter=name=test-buck12 --projects=*** --regions=us-central1 --path-pattern {output}/{provider}/**
While running the above command, Terraformer imports all resources instead of the specific resource mentioned in the filter. The --filter option does not work as intended, making it impossible to target and import only the desired resource.
Additionally, I could not find any documentation specifying the correct --filter format for importing specific resources.
Can you provide guidance on how to address this issue?
The text was updated successfully, but these errors were encountered: