diff --git a/modules/mds/README.md b/modules/mds/README.md index 953de8d..2963457 100644 --- a/modules/mds/README.md +++ b/modules/mds/README.md @@ -153,6 +153,6 @@ Usage: `storage_account_deployment_mode = "None"`
| **storage_account_deployment_mode** | Choose the boot diagnostics storage account type. | string | New;
Existing;
Managed;
None;
**Default:** New | | **add_storage_account_ip_rules** | Add Storage Account IP rules that allow access to the Serial Console only for IPs based on their geographic location, if false then accses will be allowed from all networks.
Relevant only if `storage_account_deployment_mode = "New"`. | boolean | true;
false.
**Default:** false | | **storage_account_additional_ips** | IPs/CIDRs that are allowed access to the Storage Account.
Relevant only if `storage_account_deployment_mode = "New"`. | list(string) | A list of valid IPs and CIDRs.
**Default:** [] | -| **existing_strorage_account_name** | The existing storage account name.
Relevant only if `storage_account_deployment_mode = "Existing"`. | string | **Default:** "" | -| **existing_strorage_account_resource_group_name** | The existing storage account resource group name.
Relevant only if `storage_account_deployment_mode = "Existing"`. | string | **Default:** "" | +| **existing_storage_account_name** | The existing storage account name.
Relevant only if `storage_account_deployment_mode = "Existing"`. | string | **Default:** "" | +| **existing_storage_account_resource_group_name** | The existing storage account resource group name.
Relevant only if `storage_account_deployment_mode = "Existing"`. | string | **Default:** "" | | **security_rules** | Security rules for the Network Security. | list(any) | A list of valid security rules values.
A security rule composed of:
{name, priority, direction, access, protocol, source_port_ranges, destination_port_ranges, source_address_prefix, destination_address_prefix, description}.
**Default:** [{"name":"AllowAllInBound", "priority":"100", "direction":"Inbound", "access":"Allow", "protocol":"*", "source_port_ranges":"*", "destination_port_ranges":"", "description":"Allow all inbound connections", "source_address_prefix":"*", "destination_address_prefix":""}]. | \ No newline at end of file