diff --git a/examples/Palo-Alto-Network-Firewall/pa-vm-firewall-private-interface-management-ha/README.md b/examples/Palo-Alto-Network-Firewall/pa-vm-firewall-private-interface-management-ha/README.md
index 29fa67a..4a64153 100644
--- a/examples/Palo-Alto-Network-Firewall/pa-vm-firewall-private-interface-management-ha/README.md
+++ b/examples/Palo-Alto-Network-Firewall/pa-vm-firewall-private-interface-management-ha/README.md
@@ -1,51 +1,40 @@
# Network Edge Palo Alto Firewall HA Device Example
This example demonstrates creation of Network Edge Palo Alto Firewall HA device. It will:
-
- Create a ACL template
- Create an SSH key
- Provision Palo Alto Firewall HA device
-
## Usage
-
To provision this example, you should clone the github repository and run terraform from within this directory:
-
```bash
git clone https://github.com/equinix/terraform-equinix-network-edge.git
cd terraform-equinix-network-edge/examples/pa-vm-firewall-ha
terraform init
terraform apply
```
-
Note that this example may create resources which cost money. Run 'terraform destroy' when you don't need these
resources.
-
-
## Requirements
-
| Name | Version |
|---------------------------------------------------------------------------|-----------|
| [terraform](#requirement\_terraform) | >= 1.5.4 |
| [equinix](#requirement\_equinix) | ~> 1.34.0 |
## Providers
-
| Name | Version |
|---------------------------------------------------------------|-----------|
| [equinix](#provider\_equinix) | ~> 1.34.0 |
## Resources
-
| Name | Type |
|------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| [equinix_network_acl_template.pa-vm-pri](https://registry.terraform.io/providers/equinix/equinix/latest/docs/resources/equinix_network_acl_template) | resource |
| [equinix_network_ssh_key.johndoe](https://registry.terraform.io/providers/equinix/equinix/latest/docs/resources/equinix_network_ssh_key) | resource |
## Inputs
-
| Name | Description | Type | Default | Required |
|-------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------|:--------:|
| [equinix\_client\_id](#input\_equinix\_client\_id) | API Consumer Key available under 'My Apps' in developer portal. This argument can also be specified with the EQUINIX\_API\_CLIENTID shell environment variable. | `string` | n/a | yes |
@@ -54,7 +43,6 @@ resources.
| [ssh\_rsa\_public\_key](#input\_ssh\_rsa\_public\_key) | SSH RSA public key | `string` | n/a | yes |
## Outputs
-
| Name | Description |
|----------------------------------------------------------------------------------|------------------------|
| [device\_details](#output\_device\_details) | Virtual device details |