Skip to content

Commit c30e5c9

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

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
@@ -63,7 +63,7 @@ resource "azurerm_mssql_server" "catalog" {
6363
administrator_login = "sqlAdmin"
6464
administrator_login_password = var.sql_admin_password
6565
minimum_tls_version = "1.2"
66-
public_network_access_enabled = true
66+
public_network_access_enabled = false
6767
tags = local.tags
6868
}
6969

0 commit comments

Comments
 (0)