Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created March 22, 2020 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsahay19/e1e9b944812aef08f83a7c2fe25251c6 to your computer and use it in GitHub Desktop.
Save rahulsahay19/e1e9b944812aef08f83a7c2fe25251c6 to your computer and use it in GitHub Desktop.
main.tf
provider "azurerm" {
version = "=2.0.0"
}
resource "azurerm_resource_group" "terraform-basic" {
name = "terraform-basic"
location = "eastus"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment