From 904fdf8b8583c181ee21ba497eafd6dbd1b68eaa Mon Sep 17 00:00:00 2001 From: raju maikodu Date: Mon, 27 Jan 2025 22:45:20 +0530 Subject: [PATCH] m1 --- .gitignore | 2 ++ provider.tf | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3bcc91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.terraform.lock.hcl +.terraform \ No newline at end of file diff --git a/provider.tf b/provider.tf index 2e1826a..6712f3b 100644 --- a/provider.tf +++ b/provider.tf @@ -2,4 +2,9 @@ provider "azurerm" { features { } +} + +resource "azurerm_resource_group" "r" { + name = "RG-1" + location ="central india" } \ No newline at end of file