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