Skip to content

Commit 7976973

Browse files
committed
update README.md
1 parent c74d541 commit 7976973

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,21 @@ module "virtual-network" {
9999
| dns\_servers | The DNS servers to be used with vNet. | `list(string)` | `[]` | no |
100100
| enable | Flag to control the module creation | `bool` | `true` | no |
101101
| enable\_ddos\_pp | Flag to control the resource creation | `bool` | `false` | no |
102+
| enable\_flow\_logs | Flag to control creation of flow logs for nsg. | `bool` | `false` | no |
103+
| enable\_network\_watcher | Flag to control creation of network watcher. | `bool` | `false` | no |
104+
| enable\_traffic\_analytics | Flag to control creation of traffic analytics. | `bool` | `true` | no |
102105
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
103106
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no |
104107
| location | The location/region where the virtual network is created. Changing this forces a new resource to be created. | `string` | `""` | no |
105108
| managedby | ManagedBy, eg 'CloudDrove'. | `string` | `"hello@clouddrove.com"` | no |
106109
| name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |
110+
| network\_security\_group\_id | Id of network security group for which flow are to be calculated | `string` | `null` | no |
107111
| repository | Terraform current module repo | `string` | `"https://github.com/clouddrove/terraform-azure-virtual-network"` | no |
108112
| resource\_group\_name | The name of the resource group in which to create the virtual network. Changing this forces a new resource to be created. | `string` | `""` | no |
113+
| storage\_account\_id | Id of storage account. | `string` | `null` | no |
109114
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). | `map(any)` | `{}` | no |
115+
| workspace\_id | Log analytics workspace id | `string` | `null` | no |
116+
| workspace\_resource\_id | Resource id of workspace | `string` | `null` | no |
110117

111118
## Outputs
112119

0 commit comments

Comments
 (0)