Skip to content

Commit

Permalink
add sql server
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Jan 24, 2025
1 parent 367c895 commit 785c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/azure/sql-server/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "tags" {
variable "sql_version" {
type = string
description = "Sql version to use"
default = "12"
default = "12.0"
}

variable "sql_sku_name" {
Expand Down

0 comments on commit 785c3ac

Please sign in to comment.