You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| eventhub\_authorization\_rule\_id | Specifies the ID of an Event Hub Namespace Authorization Rule used to send Diagnostics Data. |`string`|`null`| no |
| eventhub\_authorization\_rule\_id | Specifies the ID of an vent Hub Namespace Authorization Rule used to send Diagnostics Data. |`string`|`null`| no |
112
108
| eventhub\_name | Specifies the name of the Event Hub where Diagnostics Data should be sent. |`string`|`null`| 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 |
114
-
| location | A location the resources |`string`|`""`| no |
109
+
| label\_order | Label order, e.g. sequence of application name and environment `name`,`environment`,'attribute' [`webserver`,`qa`,`devops`,`public`,] . |`list(string)`| <pre>[<br> "name",<br> "environment"<br>]</pre> | no |
110
+
| location | A location the resources |`string`|`"Canada Central"`| no |
115
111
| 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 |
116
112
| log\_analytics\_workspace\_id | n/a |`string`|`null`| no |
117
113
| log\_enabled | Is this Diagnostic Log enabled? Defaults to true. |`string`|`true`| no |
118
-
| managedby | ManagedBy, eg ''. |`string`|`""`| no |
119
-
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
114
+
| managedby | ManagedBy, eg ''. |`string`|`"CloudDrove"`| no |
115
+
| metric\_enabled | Is this Diagnostic Metric enabled? Defaults to True. |`bool`|`true`| no |
116
+
| name | Name (e.g. `app` or `cluster`). |`string`|`"app"`| no |
| public\_ip\_allocation\_method | Defines the allocation method for this IP address. Possible values are Static or Dynamic |`string`|`"Static"`| no |
121
119
| public\_ip\_sku | The SKU of the Public IP. Accepted values are Basic and Standard. Defaults to Basic |`string`|`"Standard"`| no |
122
-
| repository | Terraform current module repo |`string`|`""`| no |
123
-
| resource\_group\_name | A container that holds related resources for an Azure solution |`string`|`""`| no |
124
-
| retention\_policy\_enabled | Is this Retention Policy enabled? |`bool`|`false`| no |
120
+
| repository | Terraform current module repo |`string`|`"https://github.com/clouddrove/terraform-azure-bastion.git"`| no |
121
+
| resource\_group\_name | A container that holds related resources for an Azure solution |`string`|`null`| no |
125
122
| scale\_units | The number of scale units with which to provision the Bastion Host. Possible values are between `2` and `50`. `scale_units` only can be changed when `sku` is `Standard`. `scale_units` is always `2` when `sku` is `Basic`. |`number`|`2`| no |
126
123
| storage\_account\_id | The ID of the Storage Account where logs should be sent. |`string`|`null`| no |
127
-
| subnet\_id | The ID of the Subnet where this Network Interface should be located in. |`string`|`""`| no |
128
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(string)`|`{}`| no |
129
-
| virtual\_network\_name | The name of the virtual network |`string`|`""`| no |
124
+
| subnet\_id | The ID of the Subnet where this Network Interface should be located in. |`string`|`null`| no |
125
+
| zone | The Zone for the resources (e.g., `1`, `2`, `3`). |`string`|`null`| no |
0 commit comments