Skip to content

Commit

Permalink
azurerm_mssql_database - Add support through regex for ServerlessGe…
Browse files Browse the repository at this point in the history
…n5 Hyperscale (#20875)
  • Loading branch information
mikemadeja authored Mar 9, 2023
1 parent b9a60e8 commit bc44421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/mssql/validate/database_sku_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
BusinessCritical = "(BC_M_(8|10|12|14|16|18|20|24|32|64|128))"
Gen4 = "((GP|HS|BC)_Gen4_(1|2|3|4|5|6|7|8|9|10|16|24))"
Gen5 = "(GP|HS|BC)_Gen5_(2|4|6|8|10|12|14|16|18|20|24|32|40|80)"
ServerlessGen5 = "(GP_S_Gen5_(1|2|4|6|8|10|12|14|16|18|20|24|32|40))"
ServerlessGen5 = "(GP|HS)_S_Gen5_(1|2|4|6|8|10|12|14|16|18|20|24|32|40|80)"
Fsv2 = "(GP_Fsv2_(8|10|12|14|16|18|20|24|32|36|72))"
Dc = "((GP|BC|HS)_DC_(2|4|6|8))"
EightIM = "(HS_8IM_(24|48|80))"
Expand Down

0 comments on commit bc44421

Please sign in to comment.