Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created January 5, 2020 18:14
Show Gist options
  • Save KyMidd/39d5dd24f70188fa6bd61e5d2b470bbc to your computer and use it in GitHub Desktop.
Save KyMidd/39d5dd24f70188fa6bd61e5d2b470bbc to your computer and use it in GitHub Desktop.
# Build a resource group to put objects in. Used for organization
resource "azurerm_resource_group" "resource_group" {
name = "KylerResourceGroup" # This is the resource_group_name value in the terrafrom backend block above above
location = "eastus"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment