Skip to content

Commit 4e33229

Browse files
committed
update README.md
1 parent 21c65b0 commit 4e33229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Here are some examples of how you can use this module in your inventory structur
7575
version = "1.0.0"
7676
name = "app"
7777
environment = "test"
78-
label_order = ["name", "environment"]
7978
resource_group_name = module.resource_group.resource_group_name
8079
azure_bastion_subnet_address_prefix = ["10.0.5.0/24"]
8180
virtual_network_name = module.virtual_network.vnet_name[0]
@@ -111,7 +110,7 @@ Here are some examples of how you can use this module in your inventory structur
111110
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
112111
| eventhub\_authorization\_rule\_id | Specifies the ID of an Event Hub Namespace Authorization Rule used to send Diagnostics Data. | `string` | `null` | no |
113112
| eventhub\_name | Specifies the name of the Event Hub where Diagnostics Data should be sent. | `string` | `null` | no |
114-
| label\_order | Label order, e.g. sequence of application name and environment `name`,`environment`,'attribute' [`webserver`,`qa`,`devops`,`public`,] . | `list(any)` | `[]` | no |
113+
| label\_order | Label order, e.g. sequence of application name and environment `name`,`environment`,'attribute' [`webserver`,`qa`,`devops`,`public`,] . | `list(any)` | <pre>[<br> "name",<br> "environment"<br>]</pre> | no |
115114
| location | A location the resources | `string` | `""` | no |
116115
| log\_analytics\_destination\_type | Possible values are AzureDiagnostics and Dedicated, default to AzureDiagnostics. When set to Dedicated, logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table. | `string` | `"AzureDiagnostics"` | no |
117116
| log\_analytics\_workspace\_id | n/a | `string` | `null` | no |

0 commit comments

Comments
 (0)