mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-14 19:01:13 -04:00
A TLS config was being assigned to a Transport in a nil http.Client. The Transport is built in the consul config by default, but the http.Client is not built until later in NewClient.