From 068debfa0c298fa65c90b7b952a216b4146f88a1 Mon Sep 17 00:00:00 2001 From: srinivasanthia <31888801+srinivasanthia@users.noreply.github.com> Date: Wed, 15 Sep 2021 17:59:43 +0530 Subject: [PATCH] Create createrg.yaml --- createrg.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 createrg.yaml diff --git a/createrg.yaml b/createrg.yaml new file mode 100644 index 0000000..285e592 --- /dev/null +++ b/createrg.yaml @@ -0,0 +1,7 @@ +- name: Create a resource group + azure_rm_resourcegroup: + name: myResourceGroup + location: westus + tags: + testing: testing + delete: never