Skip to content

Commit f3a1c96

Browse files
committed
fix mysql server naming
1 parent c8cd09a commit f3a1c96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,8 @@ variable "entra_authentication" {
316316
})
317317
default = {}
318318
}
319+
320+
variable "mysql_server_name" {
321+
type = string
322+
default = null
323+
}

0 commit comments

Comments
 (0)