Fix Terraform Template
This commit is contained in:
parent
c0b2f8ea11
commit
c6c516ed9f
@ -1,2 +1,7 @@
|
||||
# This file should include references to data sources, resources, and modules
|
||||
# required to manage the desired Azure infrastructure.
|
||||
|
||||
resource "azurerm_resource_group" "my_rg" {
|
||||
name = var.var1
|
||||
location = "westeurope"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user