Files
opentf/internal/backend/remote-state/azure/backend_state.go
Martin Atkins d1de75543c backend/azure: Use the context.Context passed from caller
Now that the backend.Backend interface includes a context.Context parameter
on all of the methods that are expected to make external API requests we
can connect the incoming contexts with the previous use of contexts for
timeout handling, so that these functions can also (in future) make use
of incoming trace span metadata for describing the requests being made.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-05-07 14:14:34 -07:00

5.4 KiB