provider "azurerm" { features {} } terraform { backend "azurerm" { resource_group_name = "tfStateRG" storage_account_name = "tfstatemeritomf" container_name = "tfstate1" key = "tfstate.tf" } } resource "azurerm_resource_group" "testrg1" { name = "testrg1" location = "swedencentral" }