Created
August 2, 2022 16:00
-
-
Save amaurybsouza/0a71f343487c8b6d0dfb8cf933d5366d to your computer and use it in GitHub Desktop.
terraform-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
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