Skip to content

Commit

Permalink
updated README to include new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
petersin0422 committed Oct 19, 2022
1 parent bd83760 commit 5bf9f2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example creates a virtual network with two subnets and having all outbound

```terraform
module "demo_vnet" {
source = {{PLACE_HOLDER}}
source = "github.com/FriendsOfTerraform/azure-virtual-network.git?ref=v0.0.1"
azure = {
resource_group_name = "sandbox"
Expand Down Expand Up @@ -87,6 +87,9 @@ module "demo_vnet" {
Additional tags for all resources deployed with this module
- (string) **`ddos_protection_plan_id = null`** _[since v0.0.1]_
The DDOS protection plan to be assigned to this vnet
- (object) **`nat_gateway = {enabled = false}`** _[since v0.0.1]_
Expand Down

0 comments on commit 5bf9f2c

Please sign in to comment.