mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
[OpenTelemetry] Add traces to init command (#2665)
Signed-off-by: James Humphries <james@james-humphries.co.uk> Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
@@ -331,7 +331,7 @@ func (c *ProvidersLockCommand) Run(args []string) int {
|
||||
newLocks.SetProvider(provider, version, constraints, hashes)
|
||||
}
|
||||
|
||||
moreDiags = c.replaceLockedDependencies(newLocks)
|
||||
moreDiags = c.replaceLockedDependencies(ctx, newLocks)
|
||||
diags = diags.Append(moreDiags)
|
||||
|
||||
c.showDiagnostics(diags)
|
||||
|
||||
Reference in New Issue
Block a user