Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Dec 18, 2024
1 parent 6b904ef commit d5f2908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/mssql/mssql_database_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@ func resourceMsSqlDatabaseRead(d *pluginsdk.ResourceData, meta interface{}) erro
d.Set("license_type", d.Get("license_type").(string))
}

// Get it from config as the API returns not the specified value but the maximum value.
d.Set("max_size_gb", d.Get("max_size_gb").(float64))

if props.CurrentServiceObjectiveName != nil {
Expand Down

0 comments on commit d5f2908

Please sign in to comment.