Skip to content

Commit e571ebb

Browse files
Sync azure Terraform module documentation
1 parent 9a9edac commit e571ebb

File tree

8 files changed

+824
-19
lines changed

8 files changed

+824
-19
lines changed

products/terraform/docs/swfw/azure/vmseries/examples/standalone_panorama.md renamed to products/terraform/docs/swfw/azure/vmseries/examples/panorama_standalone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
hide_title: true
3-
id: standalone_panorama
3+
id: panorama_standalone
44
keywords:
55
- pan-os
66
- panos
@@ -14,7 +14,7 @@ keywords:
1414
- azure
1515
pagination_next: null
1616
pagination_prev: null
17-
sidebar_label: Standalone Panorama Deployment
17+
sidebar_label: Panorama Standalone
1818
title: Standalone Panorama Deployment
1919
---
2020

@@ -29,7 +29,7 @@ The Terraform code presented here will deploy Palo Alto Networks Panorama manage
2929
(without additional logging disks). For option on how to add additional logging disks - please refer to panorama
3030
[module documentation](../../modules/panorama#input_logging_disks).
3131

32-
[![GitHub Logo](/img/view_on_github.png)](https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules/tree/main/examples/standalone_panorama) [![Terraform Logo](/img/view_on_terraform_registry.png)](https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/azurerm/latest/examples/standalone_panorama)
32+
[![GitHub Logo](/img/view_on_github.png)](https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules/tree/main/examples/panorama_standalone) [![Terraform Logo](/img/view_on_terraform_registry.png)](https://registry.terraform.io/modules/PaloAltoNetworks/swfw-modules/azurerm/latest/examples/panorama_standalone)
3333

3434
## Topology
3535

products/terraform/docs/swfw/azure/vmseries/modules/vnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ Name | Type | Description
209209
Name | Description
210210
--- | ---
211211
`virtual_network_id` | The identifier of the created or sourced Virtual Network.
212+
`virtual_network_name` | The name of the created or sourced Virtual Network.
213+
`virtual_network_resource_group` | The Resource Group name of the created or sourced Virtual Network.
212214
`vnet_cidr` | VNET address space.
213215
`subnet_ids` | The identifiers of the created or sourced Subnets.
214216
`subnet_cidrs` | Subnet CIDRs (sourced or created).

0 commit comments

Comments
 (0)