From 5bf9f2cf108c4007cc42fcacdd5aa68c707c6f62 Mon Sep 17 00:00:00 2001 From: petersin0422 Date: Wed, 19 Oct 2022 12:35:24 -0700 Subject: [PATCH] updated README to include new changes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 113a8a3..8706bf3 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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]_