We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f54119 commit d060c45Copy full SHA for d060c45
infrastructure/modules/container-apps/data.tf
@@ -1,8 +1,8 @@
1
data "azurerm_client_config" "current" {}
2
3
-data "azuread_group" "postgres_sql_admin_group" {
4
- display_name = var.postgres_sql_admin_group
5
-}
+# data "azuread_group" "postgres_sql_admin_group" {
+# display_name = var.postgres_sql_admin_group
+# }
6
7
data "azurerm_private_dns_zone" "storage" {
8
count = var.features.private_networking ? 1 : 0
0 commit comments