Skip to content

Commit 40b2cc1

Browse files
LuizMacedoCopilot
andauthored
Update terraform/main.tf
Co-authored-by: Copilot <[email protected]>
1 parent c30e5c9 commit 40b2cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ resource "azurerm_mssql_server" "identity" {
8787
administrator_login = "sqlAdmin"
8888
administrator_login_password = var.sql_admin_password
8989
minimum_tls_version = "1.2"
90-
public_network_access_enabled = true
90+
public_network_access_enabled = false
9191
tags = local.tags
9292
}
9393

0 commit comments

Comments
 (0)