Skip to content

Commit

Permalink
Merge pull request #38 from PaloAltoNetworks/europe
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
stealthllama committed Nov 15, 2019
2 parents 9ddcd08 + 04af4c8 commit 59e4550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/03-run/terraform/activities-terraform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@ You've been provided with the following Terraform plan in ``main.tf``:
provider "panos" {}
resource "panos_ethernet_interface" "eth1" {
resource "panos_ethernet_interface" "untrust" {
name = "ethernet1/1"
vsys = "vsys1"
mode = "layer3"
enable_dhcp = true
create_dhcp_default_route = true
}
resource "panos_ethernet_interface" "eth2" {
resource "panos_ethernet_interface" "web" {
name = "ethernet1/2"
vsys = "vsys1"
mode = "layer3"
enable_dhcp = true
}
resource "panos_ethernet_interface" "eth3" {
resource "panos_ethernet_interface" "db" {
name = "ethernet1/3"
vsys = "vsys1"
mode = "layer3"
Expand Down
2 changes: 1 addition & 1 deletion docs/04-respond/dag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Now that we've defined a VM Information Source and a Dynamic Address Group, let'

Find the rule that allows *mysql* traffic from the ``web-srv`` address object in the ``web-zone`` to the ``db-srv`` address object in the ``db-zone``.

Replace the ``db-srv`` destination with the ``db-srv`` Dynamic Address Group you've created.
Replace the ``db-srv`` destination with the ``db-grp`` Dynamic Address Group you've created.

Click **OK** and then commit your changes by clicking **Commit**.

0 comments on commit 59e4550

Please sign in to comment.