리뷰 Deploy Kubernetes Load Balancer Service with Terraform개

리뷰 51310개

Dmytro H. · 거의 3년 전에 리뷰됨

Sindhu Manasa G. · 거의 3년 전에 리뷰됨

good

Doonaboyina R. · 거의 3년 전에 리뷰됨

Tomasz O. · 거의 3년 전에 리뷰됨

Faye Marie J. U. · 거의 3년 전에 리뷰됨

Jan O'Neil V. · 거의 3년 전에 리뷰됨

Naresh R. · 거의 3년 전에 리뷰됨

There was an issue running in Cloud Shell https://github.com/hashicorp/terraform-provider-google/issues/13051

Lee V. · 거의 3년 전에 리뷰됨

ibai L. · 거의 3년 전에 리뷰됨

Mikaila Jhay B. · 거의 3년 전에 리뷰됨

encountered issue : Error: The terraform-provider-google_v4.43.0_x5 plugin crashed!

Jan O'Neil V. · 거의 3년 전에 리뷰됨

Jeff Michael G. · 거의 3년 전에 리뷰됨

The terraform apply had some errors related to terraform plugin 4.45 didn't work, 3.90 worked

Esteban Pedro A. · 거의 3년 전에 리뷰됨

Kiril T. · 거의 3년 전에 리뷰됨

Jeff Michael G. · 거의 3년 전에 리뷰됨

Mikaila Jhay B. · 거의 3년 전에 리뷰됨

Mikaila Jhay B. · 거의 3년 전에 리뷰됨

Siddharth C. · 거의 3년 전에 리뷰됨

Влад Л. · 거의 3년 전에 리뷰됨

Aron Kurt Yuan L. · 거의 3년 전에 리뷰됨

Naresh R. · 거의 3년 전에 리뷰됨

Sindhu Manasa G. · 거의 3년 전에 리뷰됨

Ajibul R. · 거의 3년 전에 리뷰됨

Ajibul R. · 거의 3년 전에 리뷰됨

Facing lot of issues on the lab. student_00_8be78446b237@cloudshell:~/tf-gke-k8s-service-lb (qwiklabs-gcp-00-1dd5edbacd69)$ terraform apply ╷ │ Warning: Version constraints inside provider configuration blocks are deprecated │ │ on k8s.tf line 2, in provider "kubernetes": │ 2: version = "~> 1.10.0" │ │ Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is now deprecated and will be │ removed in a future version of Terraform. To silence this warning, move the provider version constraint into the required_providers block. ╵ ╷ │ Error: Plugin did not respond │ │ with provider["registry.terraform.io/hashicorp/google"], │ on main.tf line 13, in provider "google": │ 13: provider "google" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ConfigureProvider call. The plugin logs may contain more │ details. ╵ Stack trace from the terraform-provider-google_v4.43.0_x5 plugin: panic: interface conversion: interface {} is nil, not string goroutine 38 [running]: github.com/hashicorp/terraform-provider-google/google.GetCurrentUserEmail(0x32373f8?, {0xc00007c150?, 0x322e820?}) github.com/hashicorp/terraform-provider-google/google/utils.go:511 +0x125 github.com/hashicorp/terraform-provider-google/google.(*Config).logGoogleIdentities(0xc0008d7000) github.com/hashicorp/terraform-provider-google/google/config.go:589 +0xd4 github.com/hashicorp/terraform-provider-google/google.(*Config).LoadAndValidate(0xc0008d7000, {0x32373f8?, 0xc000ee0880}) github.com/hashicorp/terraform-provider-google/google/config.go:480 +0x265 github.com/hashicorp/terraform-provider-google/google.providerConfigure({0x32374a0, 0xc000b15f80}, 0x2c9e360?, 0x1?) github.com/hashicorp/terraform-provider-google/google/provider.go:1627 +0x2a05 github.com/hashicorp/terraform-provider-google/google.Provider.func1({0x32374a0?, 0xc000b15f80?}, 0xc000b15f80?) github.com/hashicorp/terraform-provider-google/google/provider.go:905 +0x27 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Provider).Configure(0xc000088c00, {0x32374a0, 0xc000b15f80}, 0xd?) github.com/hashicorp/terraform-plugin-sdk/v2@v2.18.0/helper/schema/provider.go:297 +0x1e6 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ConfigureProvider(0xc0008923c0, {0x32374a0?, 0xc000b14600?}, 0xc000893500) github.com/hashicorp/terraform-plugin-sdk/v2@v2.18.0/helper/schema/grpc_provider.go:557 +0x345 github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).Configure(0xc000326280, {0x32374a0?, 0xc000b14000?}, 0xc000ee0500) github.com/hashicorp/terraform-plugin-go@v0.10.0/tfprotov5/tf5server/server.go:556 +0x2ce github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_Configure_Handler({0x2c63920?, 0xc000326280}, {0x32374a0, 0xc000b14000}, 0xc000addce0, 0x0) github.com/hashicorp/terraform-plugin-go@v0.10.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:331 +0x170 google.golang.org/grpc.(*Server).processUnaryRPC(0xc0000001e0, {0x323c888, 0xc000934000}, 0xc000ef2a20, 0xc000884db0, 0x438de18, 0x0) google.golang.org/grpc@v1.50.1/server.go:1340 +0xd13 google.golang.org/grpc.(*Server).handleStream(0xc0000001e0, {0x323c888, 0xc000934000}, 0xc000ef2a20, 0x0) google.golang.org/grpc@v1.50.1/server.go:1713 +0xa1b google.golang.org/grpc.(*Server).serveStreams.func1.2() google.golang.org/grpc@v1.50.1/server.go:965 +0x98 created by google.golang.org/grpc.(*Server).serveStreams.func1 google.golang.org/grpc@v1.50.1/server.go:963 +0x28a Error: The terraform-provider-google_v4.43.0_x5 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it can be fixed. The output above should help diagnose the issue.

suresh r. · 거의 3년 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.