mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-18 18:17:54 -05:00
Remove deferral capability leftover (#3676)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
parent
66983273e5
commit
5c38e89361
1 changed files with 0 additions and 8 deletions
|
|
@ -32,14 +32,6 @@ type GRPCProviderPlugin struct {
|
|||
}
|
||||
|
||||
var clientCapabilities = &proto6.ClientCapabilities{
|
||||
// DeferralAllowed tells the provider that it is allowed to respond to
|
||||
// all of the various post-configuration requests (as described by the
|
||||
// [providers.Configured] interface) by reporting that the request
|
||||
// must be "deferred" because there isn't yet enough information to
|
||||
// satisfy the request. Setting this means that we need to be prepared
|
||||
// for there to be a "deferred" object in the response from various
|
||||
// other provider RPC functions.
|
||||
DeferralAllowed: true,
|
||||
// WriteOnlyAttributesAllowed indicates that the current system version
|
||||
// supports write-only attributes.
|
||||
// This enables the SDK to run specific validations and enable the
|
||||
|
|
|
|||
Loading…
Reference in a new issue