mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-19 21:22:57 -06:00
helper/schema: remove unused field
This commit is contained in:
parent
361d00347a
commit
3cbcafe989
@ -22,7 +22,6 @@ type ResourceData struct {
|
||||
config *terraform.ResourceConfig
|
||||
state *terraform.InstanceState
|
||||
diff *terraform.InstanceDiff
|
||||
diffing bool
|
||||
|
||||
// Don't set
|
||||
multiReader *MultiLevelFieldReader
|
||||
|
@ -226,7 +226,6 @@ func (m schemaMap) Diff(
|
||||
schema: m,
|
||||
state: s,
|
||||
config: c,
|
||||
diffing: true,
|
||||
}
|
||||
|
||||
for k, schema := range m {
|
||||
|
Loading…
Reference in New Issue
Block a user