Skip to content

Commit

Permalink
Merge pull request #3 from kappeler/medium-step-by-step
Browse files Browse the repository at this point in the history
Medium step by step
  • Loading branch information
kappeler authored Dec 19, 2023
2 parents 22a3e60 + ebac4de commit 473b47c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ terraform {
# Configure the Azure provider
provider "azurerm" {
features {}
}


resource "azurerm_resource_group" "example" {
name = "meganeura-rg"
location = "Switzerland North"
}

0 comments on commit 473b47c

Please sign in to comment.