Add quickstart
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
resource "azurerm_resource_group" "my_resource_group" {
|
||||
name = var.resource_group_name
|
||||
location = var.location
|
||||
}
|
Reference in New Issue
Block a user