Skip to content

Commit d060c45

Browse files
wip
1 parent 5f54119 commit d060c45

File tree

1 file changed

+3
-3
lines changed
  • infrastructure/modules/container-apps

1 file changed

+3
-3
lines changed

infrastructure/modules/container-apps/data.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
data "azurerm_client_config" "current" {}
22

3-
data "azuread_group" "postgres_sql_admin_group" {
4-
display_name = var.postgres_sql_admin_group
5-
}
3+
# data "azuread_group" "postgres_sql_admin_group" {
4+
# display_name = var.postgres_sql_admin_group
5+
# }
66

77
data "azurerm_private_dns_zone" "storage" {
88
count = var.features.private_networking ? 1 : 0

0 commit comments

Comments
 (0)