remove unused method stub
This commit is contained in:
parent
95197f0324
commit
a1181adca4
|
@ -621,11 +621,6 @@ func (d *evaluationStateData) GetPathAttr(addr addrs.PathAttr, rng tfdiags.Sourc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to guess if we have a pending destroy for all resources.
|
|
||||||
func (s *evaluationStateData) pendingDestroy() bool {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
func (d *evaluationStateData) GetResource(addr addrs.Resource, rng tfdiags.SourceRange) (cty.Value, tfdiags.Diagnostics) {
|
func (d *evaluationStateData) GetResource(addr addrs.Resource, rng tfdiags.SourceRange) (cty.Value, tfdiags.Diagnostics) {
|
||||||
var diags tfdiags.Diagnostics
|
var diags tfdiags.Diagnostics
|
||||||
// First we'll consult the configuration to see if an resource of this
|
// First we'll consult the configuration to see if an resource of this
|
||||||
|
|
Loading…
Reference in New Issue