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 5a3bb7f commit b37865bCopy full SHA for b37865b
mail.tf
@@ -1,3 +1,8 @@
1
+resource "azurerm_resource_provider_registration" "comms" {
2
+ count = var.enable_acs ? 1 : 0
3
+ name = "Microsoft.Communication"
4
+}
5
+
6
resource "azurerm_communication_service" "comms" {
7
count = var.enable_acs ? 1 : 0
8
name = "acs-${local.namespace}"
0 commit comments