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
I have this error when trying to create a vpn connection.
The VPN connection will create :
- New Client GW
- VPN connection based on a Virtual GW used already with another Client GW
Could you please help ?
Thank you so much
│ Error: Plugin did not respond
│
│ with outscale_vpn_connection.VPN_Secours-NET-TEST,
│ on vpn-net-test.tf line 78, in resource "outscale_vpn_connection" "VPN_Secours-NET-TEST":
│ 78: resource "outscale_vpn_connection" "VPN_Secours-NET-TEST" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.
╵
Stack trace from the terraform-provider-outscale_v0.10.1 plugin:
goroutine 85 [running]:
github.com/terraform-providers/terraform-provider-outscale/outscale.vpnConnectionRefreshFunc.func1()
/src/github.com/terraform-providers/terraform-provider-outscale/outscale/resource_outscale_vpn_connection.go:277 +0x16f
github.com/hashicorp/terraform-plugin-sdk/helper/resource.(*StateChangeConf).WaitForState.func1()
/root/go/pkg/mod/github.com/hashicorp/[email protected]/helper/resource/state.go:103 +0x186
created by github.com/hashicorp/terraform-plugin-sdk/helper/resource.(*StateChangeConf).WaitForState
/root/go/pkg/mod/github.com/hashicorp/[email protected]/helper/resource/state.go:80 +0x1b8
Error: The terraform-provider-outscale_v0.10.1 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.
The text was updated successfully, but these errors were encountered:
Hi,
I have this error when trying to create a vpn connection.
The VPN connection will create :
- New Client GW
- VPN connection based on a Virtual GW used already with another Client GW
Could you please help ?
Thank you so much
│ Error: Plugin did not respond
│
│ with outscale_vpn_connection.VPN_Secours-NET-TEST,
│ on vpn-net-test.tf line 78, in resource "outscale_vpn_connection" "VPN_Secours-NET-TEST":
│ 78: resource "outscale_vpn_connection" "VPN_Secours-NET-TEST" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.
╵
Stack trace from the terraform-provider-outscale_v0.10.1 plugin:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x111922f]
goroutine 85 [running]:
github.com/terraform-providers/terraform-provider-outscale/outscale.vpnConnectionRefreshFunc.func1()
/src/github.com/terraform-providers/terraform-provider-outscale/outscale/resource_outscale_vpn_connection.go:277 +0x16f
github.com/hashicorp/terraform-plugin-sdk/helper/resource.(*StateChangeConf).WaitForState.func1()
/root/go/pkg/mod/github.com/hashicorp/[email protected]/helper/resource/state.go:103 +0x186
created by github.com/hashicorp/terraform-plugin-sdk/helper/resource.(*StateChangeConf).WaitForState
/root/go/pkg/mod/github.com/hashicorp/[email protected]/helper/resource/state.go:80 +0x1b8
Error: The terraform-provider-outscale_v0.10.1 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.
The text was updated successfully, but these errors were encountered: