From 7a31ace2a6d9096f0333f70e74f1ca510e8da097 Mon Sep 17 00:00:00 2001 From: akocbek <106765658+akocbek@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:19:40 +0000 Subject: [PATCH] docs: remove module-metadata.json and commitlint.config.js (#684) Co-authored-by: akocbek@ie.ibm.com --- commitlint.config.js | 5 - module-metadata.json | 989 ------------------------------------------- 2 files changed, 994 deletions(-) delete mode 100644 commitlint.config.js delete mode 100644 module-metadata.json diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index 87986e36..00000000 --- a/commitlint.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - extends: [ - '@commitlint/config-angular' - ] -} diff --git a/module-metadata.json b/module-metadata.json deleted file mode 100644 index eec4f8a9..00000000 --- a/module-metadata.json +++ /dev/null @@ -1,989 +0,0 @@ -{ - "path": ".", - "variables": { - "access_tags": { - "name": "access_tags", - "type": "list(string)", - "description": "A list of access tags to apply to the VPC resources created by the module. For more information, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial.", - "default": [], - "source": [ - "ibm_is_flow_log.flow_logs.access_tags", - "ibm_is_network_acl.network_acl.access_tags", - "ibm_is_public_gateway.gateway.access_tags", - "ibm_is_subnet.subnet.access_tags", - "ibm_is_vpc.vpc.access_tags" - ], - "pos": { - "filename": "variables.tf", - "line": 41 - }, - "min_length": 1, - "max_length": 128, - "matches": "^([A-Za-z0-9_.-]|[A-Za-z0-9_.-][A-Za-z0-9_ .-]*[A-Za-z0-9_.-]):([A-Za-z0-9_.-]|[A-Za-z0-9_.-][A-Za-z0-9_ .-]*[A-Za-z0-9_.-])$", - "computed": true, - "elem": { - "type": "TypeString" - } - }, - "address_prefixes": { - "name": "address_prefixes", - "type": "object({\n zone-1 = optional(list(string))\n zone-2 = optional(list(string))\n zone-3 = optional(list(string))\n })", - "description": "OPTIONAL - IP range that will be defined for the VPC for a certain location. Use only with manual address prefixes", - "default": { - "zone-1": null, - "zone-2": null, - "zone-3": null - }, - "source": [ - "ibm_is_vpc.vpc.address_prefix_management", - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 90 - } - }, - "classic_access": { - "name": "classic_access", - "type": "bool", - "description": "OPTIONAL - Classic Access to the VPC", - "default": false, - "source": [ - "ibm_is_vpc.vpc.classic_access" - ], - "pos": { - "filename": "variables.tf", - "line": 66 - }, - "immutable": true - }, - "clean_default_sg_acl": { - "name": "clean_default_sg_acl", - "type": "bool", - "description": "Remove all rules from the default VPC security group and VPC ACL (less permissive)", - "default": false, - "source": [ - "ibm_is_vpc.vpc.no_sg_acl_rules" - ], - "pos": { - "filename": "variables.tf", - "line": 385 - } - }, - "create_authorization_policy_vpc_to_cos": { - "name": "create_authorization_policy_vpc_to_cos", - "type": "bool", - "description": "Create authorisation policy for VPC to access COS. Set as false if authorization policy exists already", - "default": false, - "pos": { - "filename": "variables.tf", - "line": 443 - } - }, - "create_vpc": { - "name": "create_vpc", - "type": "bool", - "description": "Indicates whether user wants to use an existing vpc or create a new one. Set it to true to create a new vpc", - "required": true, - "source": [ - "ibm_is_vpc.vpc.count" - ], - "pos": { - "filename": "variables.tf", - "line": 10 - } - }, - "default_network_acl_name": { - "name": "default_network_acl_name", - "type": "string", - "description": "OPTIONAL - Name of the Default ACL. If null, a name will be automatically generated", - "source": [ - "ibm_is_vpc.vpc.default_network_acl_name" - ], - "pos": { - "filename": "variables.tf", - "line": 72 - }, - "min_length": 1, - "max_length": 63, - "matches": "^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$", - "computed": true - }, - "default_routing_table_name": { - "name": "default_routing_table_name", - "type": "string", - "description": "OPTIONAL - Name of the Default Routing Table. If null, a name will be automatically generated", - "source": [ - "ibm_is_vpc.vpc.default_routing_table_name" - ], - "pos": { - "filename": "variables.tf", - "line": 84 - }, - "min_length": 1, - "max_length": 63, - "matches": "^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$", - "computed": true - }, - "default_security_group_name": { - "name": "default_security_group_name", - "type": "string", - "description": "OPTIONAL - Name of the Default Security Group. If null, a name will be automatically generated", - "source": [ - "ibm_is_vpc.vpc.default_security_group_name" - ], - "pos": { - "filename": "variables.tf", - "line": 78 - }, - "min_length": 1, - "max_length": 63, - "matches": "^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$", - "computed": true - }, - "enable_hub": { - "name": "enable_hub", - "type": "bool", - "description": "Indicates whether this VPC is enabled as a DNS name resolution hub.", - "default": false, - "pos": { - "filename": "variables.tf", - "line": 463 - } - }, - "enable_vpc_flow_logs": { - "name": "enable_vpc_flow_logs", - "type": "bool", - "description": "Flag to enable vpc flow logs. If true, flow log collector will be created", - "default": false, - "source": [ - "ibm_iam_authorization_policy.policy.count", - "ibm_is_flow_log.flow_logs.count" - ], - "pos": { - "filename": "variables.tf", - "line": 437 - } - }, - "existing_cos_instance_guid": { - "name": "existing_cos_instance_guid", - "type": "string", - "description": "GUID of the COS instance to create Flow log collector", - "source": [ - "ibm_iam_authorization_policy.policy.target_resource_instance_id" - ], - "pos": { - "filename": "variables.tf", - "line": 449 - }, - "immutable": true, - "computed": true - }, - "existing_storage_bucket_name": { - "name": "existing_storage_bucket_name", - "type": "string", - "description": "Name of the COS bucket to collect VPC flow logs", - "required": true, - "source": [ - "ibm_is_flow_log.flow_logs.storage_bucket" - ], - "pos": { - "filename": "variables.tf", - "line": 455 - }, - "immutable": true - }, - "existing_vpc_id": { - "name": "existing_vpc_id", - "type": "string", - "description": "The ID of the existing vpc. Required if 'create_vpc' is false.", - "required": true, - "pos": { - "filename": "variables.tf", - "line": 15 - } - }, - "ibmcloud_api_visibility": { - "name": "ibmcloud_api_visibility", - "type": "string", - "description": "IBM Cloud API visibility used by scripts run in this module. Must be 'public', 'private', or 'public-and-private'", - "default": "public", - "pos": { - "filename": "variables.tf", - "line": 391 - } - }, - "is_flow_log_collector_active": { - "name": "is_flow_log_collector_active", - "type": "bool", - "description": "Indicates whether the collector is active. If false, this collector is created in inactive mode.", - "default": true, - "source": [ - "ibm_is_flow_log.flow_logs.active" - ], - "pos": { - "filename": "variables.tf", - "line": 461 - } - }, - "name": { - "name": "name", - "type": "string", - "description": "Name for VPC.", - "required": true, - "pos": { - "filename": "variables.tf", - "line": 5 - } - }, - "network_acls": { - "name": "network_acls", - "type": "list(\n object({\n name = string\n add_ibm_cloud_internal_rules = optional(bool)\n add_vpc_connectivity_rules = optional(bool)\n prepend_ibm_rules = optional(bool)\n rules = list(\n object({\n name = string\n action = string\n destination = string\n direction = string\n source = string\n tcp = optional(\n object({\n port_max = optional(number)\n port_min = optional(number)\n source_port_max = optional(number)\n source_port_min = optional(number)\n })\n )\n udp = optional(\n object({\n port_max = optional(number)\n port_min = optional(number)\n source_port_max = optional(number)\n source_port_min = optional(number)\n })\n )\n icmp = optional(\n object({\n type = optional(number)\n code = optional(number)\n })\n )\n })\n )\n })\n )", - "description": "The list of ACLs to create. Provide at least one rule for each ACL.", - "default": [ - { - "add_ibm_cloud_internal_rules": true, - "add_vpc_connectivity_rules": true, - "name": "vpc-acl", - "prepend_ibm_rules": true, - "rules": [] - } - ], - "source": [ - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 115 - } - }, - "network_cidrs": { - "name": "network_cidrs", - "type": "list(string)", - "description": "List of Network CIDRs for the VPC. This is used to manage network ACL rules for cluster provisioning.", - "default": [ - "10.0.0.0/8" - ], - "source": [ - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 60 - } - }, - "prefix": { - "name": "prefix", - "type": "string", - "description": "The prefix that you would like to append to your resources. Explicitly set to null if you do not wish to use a prefix.", - "required": true, - "source": [ - "ibm_is_flow_log.flow_logs.name", - "ibm_is_network_acl.network_acl.name", - "ibm_is_public_gateway.gateway.name", - "ibm_is_vpc.vpc.name", - "ibm_is_vpc_routing_table.route_table.name", - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 30 - }, - "min_length": 1, - "max_length": 63, - "matches": "^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$", - "computed": true - }, - "region": { - "name": "region", - "type": "string", - "description": "The region to which to deploy the VPC", - "required": true, - "source": [ - "ibm_is_vpc_routing_table_route.routing_table_routes.zone", - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 25 - }, - "immutable": true - }, - "resource_group_id": { - "name": "resource_group_id", - "type": "string", - "description": "The resource group ID where the VPC to be created", - "required": true, - "source": [ - "ibm_is_flow_log.flow_logs.resource_group", - "ibm_is_network_acl.network_acl.resource_group", - "ibm_is_public_gateway.gateway.resource_group", - "ibm_is_subnet.subnet.resource_group", - "ibm_is_vpc.vpc.resource_group" - ], - "pos": { - "filename": "variables.tf", - "line": 20 - }, - "cloud_data_type": "resource_group", - "immutable": true, - "computed": true - }, - "routes": { - "name": "routes", - "type": "list(\n object({\n name = string\n route_direct_link_ingress = optional(bool)\n route_transit_gateway_ingress = optional(bool)\n route_vpc_zone_ingress = optional(bool)\n routes = optional(\n list(\n object({\n action = optional(string)\n zone = number\n destination = string\n next_hop = string\n })\n ))\n })\n )", - "description": "OPTIONAL - Allows you to specify the next hop for packets based on their destination address", - "default": [], - "source": [ - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 409 - } - }, - "security_group_rules": { - "name": "security_group_rules", - "type": "list(\n object({\n name = string\n direction = string\n remote = string\n tcp = optional(\n object({\n port_max = optional(number)\n port_min = optional(number)\n })\n )\n udp = optional(\n object({\n port_max = optional(number)\n port_min = optional(number)\n })\n )\n icmp = optional(\n object({\n type = optional(number)\n code = optional(number)\n })\n )\n })\n )", - "description": "A list of security group rules to be added to the default vpc security group (default empty)", - "default": [], - "source": [ - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 331 - } - }, - "subnets": { - "name": "subnets", - "type": "object({\n zone-1 = list(object({\n name = string\n cidr = string\n public_gateway = optional(bool)\n acl_name = string\n }))\n zone-2 = list(object({\n name = string\n cidr = string\n public_gateway = optional(bool)\n acl_name = string\n }))\n zone-3 = list(object({\n name = string\n cidr = string\n public_gateway = optional(bool)\n acl_name = string\n }))\n })", - "description": "List of subnets for the vpc. For each item in each array, a subnet will be created. Items can be either CIDR blocks or total ipv4 addressess. Public gateways will be enabled only in zones where a gateway has been created", - "default": { - "zone-1": [ - { - "acl_name": "vpc-acl", - "cidr": "10.10.10.0/24", - "name": "subnet-a", - "public_gateway": true - } - ], - "zone-2": [ - { - "acl_name": "vpc-acl", - "cidr": "10.20.10.0/24", - "name": "subnet-b", - "public_gateway": true - } - ], - "zone-3": [ - { - "acl_name": "vpc-acl", - "cidr": "10.30.10.0/24", - "name": "subnet-c", - "public_gateway": false - } - ] - }, - "source": [ - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 268 - } - }, - "tags": { - "name": "tags", - "type": "list(string)", - "description": "List of Tags for the resource created", - "source": [ - "ibm_is_flow_log.flow_logs.tags", - "ibm_is_public_gateway.gateway.tags", - "ibm_is_subnet.subnet.tags", - "ibm_is_vpc.vpc.tags" - ], - "pos": { - "filename": "variables.tf", - "line": 35 - }, - "min_length": 1, - "max_length": 128, - "matches": "^[A-Za-z0-9:_ .-]+$", - "computed": true, - "elem": { - "type": "TypeString" - } - }, - "use_public_gateways": { - "name": "use_public_gateways", - "type": "object({\n zone-1 = optional(bool)\n zone-2 = optional(bool)\n zone-3 = optional(bool)\n })", - "description": "Create a public gateway in any of the three zones with `true`.", - "default": { - "zone-1": true, - "zone-2": false, - "zone-3": false - }, - "source": [ - "module.dynamic_values" - ], - "pos": { - "filename": "variables.tf", - "line": 242 - } - } - }, - "outputs": { - "cidr_blocks": { - "name": "cidr_blocks", - "description": "List of CIDR blocks present in VPC stack", - "pos": { - "filename": "outputs.tf", - "line": 140 - } - }, - "network_acls": { - "name": "network_acls", - "description": "List of shortnames and IDs of network ACLs", - "pos": { - "filename": "outputs.tf", - "line": 108 - } - }, - "public_gateways": { - "name": "public_gateways", - "description": "Map of public gateways by zone", - "pos": { - "filename": "outputs.tf", - "line": 26 - } - }, - "subnet_detail_list": { - "name": "subnet_detail_list", - "description": "A list of subnets containing names, CIDR blocks, and zones.", - "pos": { - "filename": "outputs.tf", - "line": 52 - } - }, - "subnet_detail_map": { - "name": "subnet_detail_map", - "description": "A map of subnets containing IDs, CIDR blocks, and zones", - "pos": { - "filename": "outputs.tf", - "line": 83 - } - }, - "subnet_ids": { - "name": "subnet_ids", - "description": "The IDs of the subnets", - "pos": { - "filename": "outputs.tf", - "line": 44 - } - }, - "subnet_zone_list": { - "name": "subnet_zone_list", - "description": "A list containing subnet IDs and subnet zones", - "pos": { - "filename": "outputs.tf", - "line": 70 - } - }, - "vpc_crn": { - "name": "vpc_crn", - "description": "CRN of VPC created", - "value": "ibm_is_vpc.vpc.crn", - "pos": { - "filename": "outputs.tf", - "line": 15 - }, - "type": "TypeString", - "cloud_data_type": "crn" - }, - "vpc_data": { - "name": "vpc_data", - "description": "Data of the VPC created.", - "value": "ibm_is_vpc.vpc", - "pos": { - "filename": "outputs.tf", - "line": 145 - } - }, - "vpc_flow_logs": { - "name": "vpc_flow_logs", - "description": "Details of VPC flow logs collector", - "pos": { - "filename": "outputs.tf", - "line": 125 - } - }, - "vpc_id": { - "name": "vpc_id", - "description": "ID of VPC created", - "value": "ibm_is_vpc.vpc.id", - "pos": { - "filename": "outputs.tf", - "line": 10 - }, - "type": "TypeString", - "cloud_data_type": "is", - "cloud_data_range": [ - "service:vpc", - "resolved_to:id" - ] - }, - "vpc_name": { - "name": "vpc_name", - "description": "Name of VPC created", - "value": "ibm_is_vpc.vpc.name", - "pos": { - "filename": "outputs.tf", - "line": 5 - }, - "type": "TypeString" - } - }, - "required_core": [ - "\u003e= 1.3.0, \u003c1.6.0" - ], - "required_providers": { - "ibm": { - "source": "IBM-Cloud/ibm", - "version_constraints": [ - "\u003e= 1.58.0" - ] - }, - "time": { - "source": "hashicorp/time", - "version_constraints": [ - "\u003e= 0.9.1" - ] - } - }, - "managed_resources": { - "ibm_iam_authorization_policy.policy": { - "mode": "managed", - "type": "ibm_iam_authorization_policy", - "name": "policy", - "attributes": { - "count": "enable_vpc_flow_logs", - "target_resource_instance_id": "existing_cos_instance_guid" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 128 - } - }, - "ibm_is_flow_log.flow_logs": { - "mode": "managed", - "type": "ibm_is_flow_log", - "name": "flow_logs", - "attributes": { - "access_tags": "access_tags", - "active": "is_flow_log_collector_active", - "count": "enable_vpc_flow_logs", - "name": "prefix", - "resource_group": "resource_group_id", - "storage_bucket": "existing_storage_bucket_name", - "tags": "tags" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 139 - } - }, - "ibm_is_network_acl.network_acl": { - "mode": "managed", - "type": "ibm_is_network_acl", - "name": "network_acl", - "attributes": { - "access_tags": "access_tags", - "name": "prefix", - "resource_group": "resource_group_id" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "network_acls.tf", - "line": 162 - } - }, - "ibm_is_public_gateway.gateway": { - "mode": "managed", - "type": "ibm_is_public_gateway", - "name": "gateway", - "attributes": { - "access_tags": "access_tags", - "name": "prefix", - "resource_group": "resource_group_id", - "tags": "tags" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 106 - } - }, - "ibm_is_security_group_rule.default_vpc_rule": { - "mode": "managed", - "type": "ibm_is_security_group_rule", - "name": "default_vpc_rule", - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "default_security_group.tf", - "line": 13 - } - }, - "ibm_is_subnet.subnet": { - "mode": "managed", - "type": "ibm_is_subnet", - "name": "subnet", - "attributes": { - "access_tags": "access_tags", - "resource_group": "resource_group_id", - "tags": "tags" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "subnet.tf", - "line": 32 - } - }, - "ibm_is_vpc.vpc": { - "mode": "managed", - "type": "ibm_is_vpc", - "name": "vpc", - "attributes": { - "access_tags": "access_tags", - "address_prefix_management": "address_prefixes", - "classic_access": "classic_access", - "count": "create_vpc", - "default_network_acl_name": "default_network_acl_name", - "default_routing_table_name": "default_routing_table_name", - "default_security_group_name": "default_security_group_name", - "name": "prefix", - "no_sg_acl_rules": "clean_default_sg_acl", - "resource_group": "resource_group_id", - "tags": "tags" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 15 - } - }, - "ibm_is_vpc_address_prefix.address_prefixes": { - "mode": "managed", - "type": "ibm_is_vpc_address_prefix", - "name": "address_prefixes", - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 46 - } - }, - "ibm_is_vpc_address_prefix.subnet_prefix": { - "mode": "managed", - "type": "ibm_is_vpc_address_prefix", - "name": "subnet_prefix", - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "subnet.tf", - "line": 16 - } - }, - "ibm_is_vpc_routing_table.route_table": { - "mode": "managed", - "type": "ibm_is_vpc_routing_table", - "name": "route_table", - "attributes": { - "name": "prefix" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 71 - } - }, - "ibm_is_vpc_routing_table_route.routing_table_routes": { - "mode": "managed", - "type": "ibm_is_vpc_routing_table_route", - "name": "routing_table_routes", - "attributes": { - "zone": "region" - }, - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 80 - } - }, - "time_sleep.wait_for_authorization_policy": { - "mode": "managed", - "type": "time_sleep", - "name": "wait_for_authorization_policy", - "provider": { - "name": "time" - }, - "pos": { - "filename": "main.tf", - "line": 61 - } - } - }, - "data_resources": { - "data.ibm_is_vpc_address_prefixes.get_address_prefixes": { - "mode": "data", - "type": "ibm_is_vpc_address_prefixes", - "name": "get_address_prefixes", - "provider": { - "name": "ibm" - }, - "pos": { - "filename": "main.tf", - "line": 54 - } - } - }, - "module_calls": { - "dynamic_values": { - "name": "dynamic_values", - "source": "./dynamic_values", - "attributes": { - "address_prefixes": "address_prefixes", - "network_acls": "network_acls", - "network_cidrs": "network_cidrs", - "prefix": "prefix", - "region": "region", - "routes": "routes", - "security_group_rules": "security_group_rules", - "subnets": "subnets", - "use_public_gateways": "use_public_gateways" - }, - "managed_resources": {}, - "data_resources": {}, - "outputs": { - "acl_map": { - "name": "acl_map", - "description": "ACL map", - "value": "local.acl_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 60 - } - }, - "address_prefixes": { - "name": "address_prefixes", - "description": "Address prefix list", - "value": "local.address_prefixes", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 5 - } - }, - "cluster_rules": { - "name": "cluster_rules", - "description": "Cluster creation ACL allow rules", - "value": "local.rules", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 49 - } - }, - "routes": { - "name": "routes", - "description": "Routes map", - "value": "local.routes_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 16 - } - }, - "routing_table_map": { - "name": "value", - "description": "List converted into map", - "value": "module.routes.value", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 87 - } - }, - "routing_table_route_map": { - "name": "routing_table_route_map", - "description": "Routing table routes as map", - "value": "local.routing_table_route_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 92 - } - }, - "security_group_rules": { - "name": "security_group_rules", - "description": "Security Group Rules map", - "value": "local.security_group_rule_object", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 38 - } - }, - "subnet_list": { - "name": "subnet_list", - "description": "Subnet list", - "value": "local.subnet_list", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 71 - } - }, - "subnet_map": { - "name": "subnet_map", - "description": "Subnets as map", - "value": "local.subnet_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 76 - } - }, - "use_public_gateways": { - "name": "use_public_gateways", - "description": "Public gateways map", - "value": "local.gateway_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 27 - } - } - }, - "pos": { - "filename": "dynamic_values.tf", - "line": 5 - } - }, - "unit_tests": { - "name": "unit_tests", - "source": "./dynamic_values", - "managed_resources": {}, - "data_resources": {}, - "outputs": { - "acl_map": { - "name": "acl_map", - "description": "ACL map", - "value": "local.acl_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 60 - } - }, - "address_prefixes": { - "name": "address_prefixes", - "description": "Address prefix list", - "value": "local.address_prefixes", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 5 - } - }, - "cluster_rules": { - "name": "cluster_rules", - "description": "Cluster creation ACL allow rules", - "value": "local.rules", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 49 - } - }, - "routes": { - "name": "routes", - "description": "Routes map", - "value": "local.routes_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 16 - } - }, - "routing_table_map": { - "name": "value", - "description": "List converted into map", - "value": "module.routes.value", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 87 - } - }, - "routing_table_route_map": { - "name": "routing_table_route_map", - "description": "Routing table routes as map", - "value": "local.routing_table_route_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 92 - } - }, - "security_group_rules": { - "name": "security_group_rules", - "description": "Security Group Rules map", - "value": "local.security_group_rule_object", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 38 - } - }, - "subnet_list": { - "name": "subnet_list", - "description": "Subnet list", - "value": "local.subnet_list", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 71 - } - }, - "subnet_map": { - "name": "subnet_map", - "description": "Subnets as map", - "value": "local.subnet_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 76 - } - }, - "use_public_gateways": { - "name": "use_public_gateways", - "description": "Public gateways map", - "value": "local.gateway_map", - "pos": { - "filename": "dynamic_values/outputs.tf", - "line": 27 - } - } - }, - "pos": { - "filename": "dynamic_values.tf", - "line": 26 - } - } - } -}