mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -06:00
fix typo in struct tag (#30884)
typo found by [`revive`](https://github.com/mgechev/revive)
This commit is contained in:
parent
2563bf3f96
commit
5f58daaf57
@ -539,7 +539,7 @@ type instanceObjectStateV4 struct {
|
||||
SchemaVersion uint64 `json:"schema_version"`
|
||||
AttributesRaw json.RawMessage `json:"attributes,omitempty"`
|
||||
AttributesFlat map[string]string `json:"attributes_flat,omitempty"`
|
||||
AttributeSensitivePaths json.RawMessage `json:"sensitive_attributes,omitempty,"`
|
||||
AttributeSensitivePaths json.RawMessage `json:"sensitive_attributes,omitempty"`
|
||||
|
||||
PrivateRaw []byte `json:"private,omitempty"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user