File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ type ReadResponse struct {
54
54
// warnings or errors generated.
55
55
Diagnostics diag.Diagnostics
56
56
57
- // Deferred indicates that Terraform should defer
58
- // reading this data source.
57
+ // Deferred indicates that Terraform should defer reading this
58
+ // data source until a followup apply operation .
59
59
//
60
60
// This field can only be set if
61
61
// `(datasource.ReadRequest).ClientCapabilities.DeferralAllowed` is true.
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ type ModifyPlanResponse struct {
82
82
// generated.
83
83
Diagnostics diag.Diagnostics
84
84
85
- // Deferred indicates that Terraform should defer
86
- // importing this resource .
85
+ // Deferred indicates that Terraform should defer importing this
86
+ // resource until a followup apply operation .
87
87
//
88
88
// This field can only be set if
89
89
// `(resource.ModifyPlanRequest).ClientCapabilities.DeferralAllowed` is true.
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ type ReadResponse struct {
67
67
// warnings or errors generated.
68
68
Diagnostics diag.Diagnostics
69
69
70
- // Deferred indicates that Terraform should defer
71
- // importing this resource .
70
+ // Deferred indicates that Terraform should defer refreshing this
71
+ // resource until a followup plan operation .
72
72
//
73
73
// This field can only be set if
74
74
// `(resource.ReadRequest).ClientCapabilities.DeferralAllowed` is true.
You can’t perform that action at this time.
0 commit comments