Skip to content

Instantly share code, notes, and snippets.

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