Closed kayrus closed 1 year ago
Recent gophercloud dependency breaks compatibility with auth structure causing nil pointer dereference:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0xa8 pc=0xdb5b98] goroutine 69 [running]: github.com/gophercloud/utils/terraform/auth.(*Config).LoadAndValidate(0xc0006c0b40) github.com/gophercloud/utils/terraform/auth/config.go:156 +0x738
this PR should fix the panic
Recent gophercloud dependency breaks compatibility with auth structure causing nil pointer dereference:
this PR should fix the panic