Skip to content

Commit

Permalink
Merge pull request #9 from global-vmware:dev
Browse files Browse the repository at this point in the history
Updated the Code Snippet in the Usage Section of the README
  • Loading branch information
scafeman authored Dec 15, 2023
2 parents 878de5c + 503053b commit 04f1f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ module "vapp_networks" {
vapp_name = "Production Application 01"
org_network_name = "US1-Segment-02"
is_fenced = false
retain_ip_mac_enabled = true
reboot_vapp_on_removal = false
retain_ip_mac_enabled = false
reboot_vapp_on_removal = true
}
}
}
Expand Down

0 comments on commit 04f1f7e

Please sign in to comment.