Skip to content

Commit cca4e9d

Browse files
authored
Remove unnecessary comment
1 parent 3a14f25 commit cca4e9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

helper/schema/resource.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ type Resource struct {
155155
//
156156
// This function needs to be resilient to support all scenarios.
157157
//
158-
// If this function needs to access external API resources, remember to flag
159-
// the RequiresRefresh attribute mentioned below to ensure that
160-
// -refresh=false is blocked when running plan or apply, as this means that
161-
// this resource requires refresh-like behaviour to work effectively.
162-
//
163158
// For the most part, only computed fields can be customized by this
164159
// function.
165160
//

0 commit comments

Comments
 (0)