communication/communication_services¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.acs["azurecaf_name.acs"]
azurerm_communication_service.acs["azurerm_communication_service.acs"]
azurerm_communication_service.acs --> azurecaf_name.acs
Module Reference¶
Category: communication
Path: modules/communication/communication_services
Azure Resources: azurecaf_name, azurerm_communication_service
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
settings |
(Required) Used to handle passthrough paramenters. | any |
yes | - |
- |
remote_objects |
(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource t... | map(any) |
no | {} |
- |
base_tags |
Base tags for the resource to be inherited from the resource group. | map(any) |
no | {} |
- |
resource_group_name |
The name of the Resource Group where the Communication Service should exist. Changing this forces a new Communication... | string |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the Communication Service. | - | azurerm_communication_service.acs.id |
primary_connection_string |
The primary connection string of the Communication Service. | - | azurerm_communication_service.acs.primary_connection_string |
secondary_connection_string |
The secondary connection string of the Communication Service. | - | azurerm_communication_service.acs.secondary_connection_string |
primary_key |
The primary key of the Communication Service. | - | azurerm_communication_service.acs.primary_key |
secondary_key |
The secondary key of the Communication Service. | - | azurerm_communication_service.acs.secondary_key |
Sources¶
modules/communication/communication_services/locals.tfmodules/communication/communication_services/main.tfmodules/communication/communication_services/module.tfmodules/communication/communication_services/outputs.tfmodules/communication/communication_services/variables.tf