Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurybsouza/0a71f343487c8b6d0dfb8cf933d5366d to your computer and use it in GitHub Desktop.
Save amaurybsouza/0a71f343487c8b6d0dfb8cf933d5366d to your computer and use it in GitHub Desktop.
terraform-azure
provider "azurerm" {
features {
}
}
resource "azurerm_resource_group" "teste-group" {
name = "rgterraform"
location = "brazilsouth"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment