variable "resource_group_core" { type = string default = "rg_tf" } provider "azurerm" { subscription_id = "30b3c71d-a123-a123-a123-abcd12345678" tenant_id = "7e4an71d-a123-a123-a123-abcd12345678" features {} } resource "azurerm_resource_group" "rg" { name = var.resource_group_core location = "West Europe" }