Skip to content

Commit

Permalink
azurerm_mssql_database - license_type is now also Computed (#18230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai authored Sep 2, 2022
1 parent 867ff1c commit 75040c1
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 @@ -774,6 +774,7 @@ func resourceMsSqlDatabaseSchema() map[string]*pluginsdk.Schema {
"license_type": {
Type: pluginsdk.TypeString,
Optional: true,
Computed: true,
ValidateFunc: validation.StringInSlice([]string{
string(sql.DatabaseLicenseTypeBasePrice),
string(sql.DatabaseLicenseTypeLicenseIncluded),
Expand Down

0 comments on commit 75040c1

Please sign in to comment.