Skip to content

Commit

Permalink
m1
Browse files Browse the repository at this point in the history
  • Loading branch information
RAJUMAIKODU4024 committed Jan 27, 2025
1 parent 8dadb93 commit 904fdf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.terraform.lock.hcl
.terraform
5 changes: 5 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ provider "azurerm" {
features {

}
}

resource "azurerm_resource_group" "r" {
name = "RG-1"
location ="central india"
}

0 comments on commit 904fdf8

Please sign in to comment.