Skip to content

Commit 106db40

Browse files
authored
Removing server parameters and password variables
1 parent e4a1e82 commit 106db40

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

variables.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,3 @@ variable "entra_authentication" {
323323
})
324324
default = {}
325325
}
326-
327-
variable "server_parameters_enabled" {
328-
type = bool
329-
default = true
330-
}
331-
332-
variable "create_password" {
333-
type = bool
334-
default = false
335-
}

0 commit comments

Comments
 (0)