From 5c1db3b16bf64dde4998b7378f8d549e9156da7d Mon Sep 17 00:00:00 2001 From: jksprattler Date: Wed, 22 Jan 2025 09:28:03 -0600 Subject: [PATCH] comment --- cloud_Azure/terraform/module/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_Azure/terraform/module/README.md b/cloud_Azure/terraform/module/README.md index 3b280ad..dc9b7de 100644 --- a/cloud_Azure/terraform/module/README.md +++ b/cloud_Azure/terraform/module/README.md @@ -55,7 +55,7 @@ NetworkWatcher is automatically created by Azure when VirtualNetwork is created | description | Cloudexport entry description in Kentik | `string` | `Created using Terraform` | no | | resource_tag | Azure Tag value to apply to created resources | `string` | `flow_log_exporter` | no | | flow_exporter_application_id | Kentik VNet Flow Exporter application ID | `string` | `a20ce222-63c0-46db-86d5-58551eeee89f` | no | -| storage_account_names | Names of Storage Accounts to be created for storing flow logs. Names must meet Azure Storage Account naming restrictions.
The list should either contain 1 Storage Account name for each Resource Group, or be empty, in which case names will be generated automatically. Auto-generated names will use the first 12 characters of the var.name for the Cloudexport appended with a random id of 12 characters for uniqueness. | `list of strings` | `[]` | no | +| storage_account_names | Names of Storage Accounts to be created for storing flow logs. Names must meet Azure Storage Account naming restrictions.
The list should either contain 1 Storage Account name for each Resource Group, or be empty, in which case names will be generated automatically. Auto-generated names will use the first 12 characters of the `var.name` for the Cloudexport as a prefix appended with a random id of 12 characters for global uniqueness. | `list of strings` | `[]` | no | ## Outputs