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 i try to run this command:
terraformer import google --projects xxx --resources=firewall --regions asia-southeast2
got this error below:
2024-03-25T13:47:02.043+0700 [ERROR] plugin.terraform-provider-google_v5.21.0_x5: Response contains error diagnostic: diagnostic_attribute=""
diagnostic_detail=
| An unexpected error was encountered trying to build a value. This is always an error in the provider. Please report the following to the provider developer:
|
| Received null value, however the target type cannot handle null values. Use the corresponding types package type, a pointer type or a custom type that handles null values.
|
| Path:
| Target Type: fwmodels.ProviderModel
| Suggested types Type: basetypes.ObjectValue
| Suggested Pointer Type: *fwmodels.ProviderModel
diagnostic_severity=ERROR diagnostic_summary="Value Conversion Error" @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:62 @module=sdk.proto tf_rpc=Configure tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=92996a22-50d1-e6c1-8978-5a912fe07e8e timestamp="2024-03-25T13:47:02.042+0700"
i am using:
Mac M1, but tried using the terraform_amd64 version
Terraform v1.7.5
Terraformer v0.8.24
Is this a version imcompatibility, outdated go version, or any other reason?
Thank you.
The text was updated successfully, but these errors were encountered:
when i try to run this command:
terraformer import google --projects xxx --resources=firewall --regions asia-southeast2
got this error below:
2024-03-25T13:47:02.043+0700 [ERROR] plugin.terraform-provider-google_v5.21.0_x5: Response contains error diagnostic: diagnostic_attribute=""
diagnostic_detail=
| An unexpected error was encountered trying to build a value. This is always an error in the provider. Please report the following to the provider developer:
|
| Received null value, however the target type cannot handle null values. Use the corresponding
types
package type, a pointer type or a custom type that handles null values.|
| Path:
| Target Type: fwmodels.ProviderModel
| Suggested
types
Type: basetypes.ObjectValue| Suggested Pointer Type: *fwmodels.ProviderModel
diagnostic_severity=ERROR diagnostic_summary="Value Conversion Error" @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:62 @module=sdk.proto tf_rpc=Configure tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/google tf_req_id=92996a22-50d1-e6c1-8978-5a912fe07e8e timestamp="2024-03-25T13:47:02.042+0700"
i am using:
Is this a version imcompatibility, outdated go version, or any other reason?
Thank you.
The text was updated successfully, but these errors were encountered: