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.
2 parents e744083 + cca4e9d commit 7c30943Copy full SHA for 7c30943
helper/schema/resource.go
@@ -155,11 +155,6 @@ type Resource struct {
155
//
156
// This function needs to be resilient to support all scenarios.
157
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
- //
163
// For the most part, only computed fields can be customized by this
164
// function.
165
0 commit comments