Skip to content

Instantly share code, notes, and snippets.

@scarolan
Created August 27, 2021 22:17
Show Gist options
  • Save scarolan/81f667ac023ceea144bbfc39454bca1d to your computer and use it in GitHub Desktop.
Save scarolan/81f667ac023ceea144bbfc39454bca1d to your computer and use it in GitHub Desktop.
An example snippet of Terraform code for Azure
resource "azurerm_resource_group" "example" {
name = "example"
location = "Central US"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment