From 3b1619a8474c4a10ff1b80871d67d133593805c8 Mon Sep 17 00:00:00 2001 From: Kumaraswamy Vithanala <36370570+kumarvna@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:39:39 +0530 Subject: [PATCH] updating examples for version 2.2.0 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d37376e..fd61976 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ Azure virtual machine scale sets let you create and manage a group of identical, This module deploys Windows or Linux virtual machine scale sets with Public / Private Load Balancer support and many other features. -These types of resources supported: +> **[NOTE]** +> **This module now supports the meta arguments including `providers`, `depends_on`, `count`, and `for_each`.** + +## Resources Supported * [Linux Virtual Machine Scale Set](https://www.terraform.io/docs/providers/azurerm/r/linux_virtual_machine_scale_set.html) * [Windows Virtual Machine Scale Set](https://www.terraform.io/docs/providers/azurerm/r/windows_virtual_machine_scale_set.html)