Skip to content

Instantly share code, notes, and snippets.

@mikaelkrief
Created January 17, 2019 17:37
Show Gist options
  • Save mikaelkrief/0828ff616897d347a06a8122117f48b3 to your computer and use it in GitHub Desktop.
Save mikaelkrief/0828ff616897d347a06a8122117f48b3 to your computer and use it in GitHub Desktop.
resource "azurerm_resource_group" "rg" {
name = "rg_app"
location = "northeurope"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment