-
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
gcp provider panic #1703
Comments
Did you solve this? Running into the same issue |
I also have the same problem |
Me too. :-( |
Me too |
+1 |
me too, I also have the same problem |
Hitting the same issue downgrading the provider worked for me: #1692 (comment) |
I found that 4.59.0 is the highest "hashicorp/google" provider version that works with Terraformer as of 7/11/23. Terraformer v0.8.24 (darwin_arm64) I also tried with a full amd_64 stack and got the same results. |
您好,您的邮件已收到,我会尽快阅读,祝您生活愉快~
|
thank you @gmuench-cog 🥇 💯 👍 ! FWIW, the same error is referenced in these issues: |
This worked for me as well. |
Thanks ! That made the issue go away! I still get 0 number of resources imported, but I think I need to troubleshoot more on why... Cheers! |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
still applies |
indeed :( |
anyone else running into this, here's a
You can use |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
2023-05-12T16:17:24.450+0800 [ERROR] plugin.terraform-provider-google_v4.63.1_x5: Response contains error diagnostic: tf_provider_addr=registry.terraform.io/hashicorp/google tf_rpc=Configure diagnostic_summary="Value Conversion Error" @module=sdk.proto 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: google.ProviderModel
| Suggested
types
Type: basetypes.ObjectValue| Suggested Pointer Type: *google.ProviderModel
diagnostic_severity=ERROR tf_proto_version=5.3 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:55 tf_req_id=68b642bf-87c7-acef-8c71-4b62127a5b40 timestamp="2023-05-12T16:17:24.450+0800"
terraform version
Terraform v1.4.6
on darwin_amd64
terraformer version
Terraformer v0.8.22
provider version
plugins/darwin_amd64/terraform-provider-google_v4.63.1_x5
The text was updated successfully, but these errors were encountered: