Created
August 27, 2021 22:17
-
-
Save scarolan/81f667ac023ceea144bbfc39454bca1d to your computer and use it in GitHub Desktop.
An example snippet of Terraform code for Azure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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