Skip to content

networking/ip_group

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.ip_group["azurecaf_name.ip_group"] azurerm_ip_group.ip_group["azurerm_ip_group.ip_group"] azurerm_ip_group.ip_group --> azurecaf_name.ip_group

Module Reference

Category: networking
Path: modules/networking/ip_group
Azure Resources: azurecaf_name, azurerm_ip_group

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
name (Required) Name of the IP Group to be created any yes - -
tags (Required) Tags of the IP Group to be created any yes - -
resource_group_name (Required) Resource Group name of the IP Group to be created any yes - -
location (Required) Location of the IP Group to be created any yes - -
base_tags Base tags for the resource to be inherited from the resource group. map(any) yes - -
vnet (Required) Vnet CIDRs of the IP Group to be created any yes - -
settings The settings for the Azure resource. any yes - -
client_config Client configuration object (see module README.md). any yes - -

Outputs

Name Description Sensitive Value
id The ID of the IP Group. - azurerm_ip_group.ip_group.id

Sources

  • modules/networking/ip_group/locals.tf
  • modules/networking/ip_group/main.tf
  • modules/networking/ip_group/module.tf
  • modules/networking/ip_group/outputs.tf
  • modules/networking/ip_group/variables.tf