Skip to content

Commit 7d2d2b2

Browse files
committed
fix: Corrected default sku
1 parent 580fd56 commit 7d2d2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "admin_password" {
5959

6060
variable "database_host_sku" {
6161
type = string
62-
default = "GP_Gen5_1"
62+
default = "GP_Gen5_2"
6363
}
6464

6565
variable "database_storage" {

0 commit comments

Comments
 (0)