networking/subnet_service_endpoint_storage_policy¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.subnet_service_endpoint_storage_policy["azurecaf_name.subnet_service_endpoint_storage_policy"]
azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy["azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy"]
azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy --> azurecaf_name.subnet_service_endpoint_storage_policy
Module Reference¶
Category: networking
Path: modules/networking/subnet_service_endpoint_storage_policy
Azure Resources: azurecaf_name, azurerm_subnet_service_endpoint_storage_policy
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
The global_settings object is a map of settings that can be used to configure the naming convention for Azure resourc... | any |
yes | - |
- |
client_config |
Client configuration for Azure authentication. | any |
yes | - |
- |
location |
Specifies the Azure location where the resource will be created. | string |
no | - |
- |
settings |
Configuration settings for the subnet service endpoint storage policy. | any |
yes | - |
- |
resource_group |
Resource group object. | any |
yes | - |
- |
base_tags |
Flag to determine if tags should be inherited. | bool |
yes | - |
- |
remote_objects |
Remote objects for dependencies. | any |
no | {} |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the Subnet Service Endpoint Storage Policy | - | azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy.id |
name |
The CAF-compliant name of the Subnet Service Endpoint Storage Policy | - | azurecaf_name.subnet_service_endpoint_storage_policy.result |
location |
The location of the Subnet Service Endpoint Storage Policy | - | azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy.location |
resource_group_name |
The resource group name of the Subnet Service Endpoint Storage Policy | - | azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy.resource_group_name |
definitions |
The definitions of the Subnet Service Endpoint Storage Policy | - | azurerm_subnet_service_endpoint_storage_policy.subnet_service_endpoint_storage_policy.definition |
Sources¶
modules/networking/subnet_service_endpoint_storage_policy/azurecaf_name.tfmodules/networking/subnet_service_endpoint_storage_policy/locals.tfmodules/networking/subnet_service_endpoint_storage_policy/main.tfmodules/networking/subnet_service_endpoint_storage_policy/outputs.tfmodules/networking/subnet_service_endpoint_storage_policy/providers.tfmodules/networking/subnet_service_endpoint_storage_policy/subnet_service_endpoint_storage_policy.tfmodules/networking/subnet_service_endpoint_storage_policy/variables.tf