We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent80631df commitd8e078cCopy full SHA for d8e078c
provisioner/terraform/timings.go
@@ -20,8 +20,8 @@ type timingKind string
20
// We cannot reference these because they're in an internal package.
21
const (
22
// Stage markers are used to denote the beginning and end of stages. Without
23
-// these, only discrete events within stages can be measured, which may omit
24
-// setup/teardown time or other unmeasured overhead.
+// these, only discrete events(i.e. resource changes)within stages can be
+//measured, which may omitsetup/teardown time or other unmeasured overhead.
25
timingStageStarttimingKind="stage_start"
26
timingStageEndtimingKind="stage_end"
27
timingStageErrortimingKind="stage_error"