Stefen Orban
Stefen Orban
Seeing the exact same issue you are having
Commenting on this again as this error is still happening.
Still receiving this error, Anytime anyone touches a moved block we get. `cli/run.go:138 scan run failed{error 26 0 failed to load iac file '/github/workspace/***/moved.tf'. error: /github/workspace/***/moved.tf:1,1-6: Unsupported block type; Blocks...
Experience same issue
@quixoticmonk Terraform State File does have these attributes, they are null in the state. (makes sense) the "known after apply" doesn't here. output of "aws cloudcontrol get-resource --type-name AWS::QBusiness::DataSource --identifier...
Statefile ```hcl { "module": "module.s3_datasource", "mode": "managed", "type": "awscc_qbusiness_data_source", "name": "s3_data_source", "provider": "provider[\"registry.terraform.io/hashicorp/awscc\"]", "instances": [ { "schema_version": 1, "attributes": { "application_id": "***-a64e-45e2-ad6e-b771ae35260f", "configuration": "{\"connectionConfiguration\":{\"repositoryEndpointMetadata\":{\"BucketName\":\"terraform-***\"}},\"repositoryConfigurations\":{\"document\":{\"fieldMappings\":[{\"dataSourceFieldName\":\"content\",\"indexFieldName\":\"document_content\",\"indexFieldType\":\"STRING\"}]}},\"syncMode\":\"FULL_CRAWL\",\"type\":\"S3\",\"version\":\"1.0.0\"}", "created_at": "2025-05-27T20:43:37.578Z", "data_source_arn": "arn:aws:qbusiness:us-east-1:***:application/***-a64e-45e2-ad6e-b771ae35260f/index/***-39f1-4458-8e2d-a0d5c3d312f7/data-source/***-57e3-4b68-949e-7fab0f758634", "data_source_id": "***-57e3-4b68-949e-7fab0f758634",...
@quixoticmonk I was just browsing the documentation and there was no call out to "IngestionMode" https://registry.terraform.io/providers/hashicorp/awscc/latest/docs/resources/qbusiness_data_source Also for the following, document_enrichment_configuration = (known after apply) media_extraction_configuration = (known after apply)...
@quixoticmonk Thanks for the update here, so really this comes down to a limitation between both sides. Is there a way to improve this experience on the terraform end in...