diff --git a/main.tf b/main.tf index 3317123..b11b6bf 100644 --- a/main.tf +++ b/main.tf @@ -17,4 +17,10 @@ terraform { # Configure the Azure provider provider "azurerm" { features {} +} + + +resource "azurerm_resource_group" "example" { + name = "meganeura-rg" + location = "Switzerland North" } \ No newline at end of file