-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
Type: BugSomething isn't workingSomething isn't working
Description
General information:
- Operating System: MacOS 12.1
- Terracognita version / tag: v0.7.4
- Did you build Terracognita from sources or did you use the Docker image: Homebrew
Describe the bug:
Running something like the command shown below results in the following error:
Error: could not import from google: error while calculating the Config of resource "google_storage_bucket_iam_policy": provider google with resource google_storage_bucket_iam_policy is not supported on the docs
Example command
terracognita google \
--project $GCP_PROJECT \
-i google_storage_bucket \
-i google_storage_bucket_iam_policy \
--hcl generated.tf \
--region global \
--credentials creds.json \
--tfstate terraform.tfstate
Additional context
I believe this is caused by the go.mod
file pointing to a commit in tfdocs
from July last year (commit) but this property was not added to tfdocs
until September (commit)
I expect updating go.mod
will fix.
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't working