We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80631df commit d8e078cCopy 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 omit setup/teardown time or other unmeasured overhead.
25
timingStageStart timingKind = "stage_start"
26
timingStageEnd timingKind = "stage_end"
27
timingStageError timingKind = "stage_error"
0 commit comments