Skip to content

Commit

Permalink
Added params to: upgradeSettingsForDataSourceSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed May 19, 2024
1 parent 37619a0 commit 52a139a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,14 @@ func upgradeSettingsForDataSourceSchema() *pluginsdk.Schema {
Type: pluginsdk.TypeString,
Computed: true,
},
"drain_timeout_in_minutes": {
Type: pluginsdk.TypeString,
Computed: true,
},
"node_soak_duration_in_minutes": {
Type: pluginsdk.TypeString,
Computed: true,
},
},
},
}
Expand Down

0 comments on commit 52a139a

Please sign in to comment.