File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,8 @@ type OpenResponse struct {
5959 // the (EphemeralResource).Renew method when the current date/time is on
6060 // or after RenewAt during a Terraform operation.
6161 //
62- // It is recommended to provide small leeway before an ephemeral resource
63- // expires, usually no more than a few minutes, to account for clock
64- // skew.
62+ // It is recommended to add extra time (usually no more than a few minutes)
63+ // before an ephemeral resource expires to account for latency.
6564 RenewAt time.Time
6665
6766 // Diagnostics report errors or warnings related to opening the ephemeral
Original file line number Diff line number Diff line change @@ -33,9 +33,8 @@ type RenewResponse struct {
3333 // the (EphemeralResource).Renew method when the current date/time is on
3434 // or after RenewAt during a Terraform operation.
3535 //
36- // It is recommended to provide small leeway before an ephemeral resource
37- // expires, usually no more than a few minutes, to account for clock
38- // skew.
36+ // It is recommended to add extra time (usually no more than a few minutes)
37+ // before an ephemeral resource expires to account for latency.
3938 RenewAt time.Time
4039
4140 // Private is the private state ephemeral resource data following the
You can’t perform that action at this time.
0 commit comments