Skip to content

Instantly share code, notes, and snippets.

@SvenHamers
Last active October 24, 2019 17:26
Show Gist options
  • Save SvenHamers/9d3bb107112bf6eabe812bb38df6295a to your computer and use it in GitHub Desktop.
Save SvenHamers/9d3bb107112bf6eabe812bb38df6295a to your computer and use it in GitHub Desktop.
provider "azurerm" {
version = "=1.34.0"
client_id = "{clientId}"
subscription_id = "{subscriptionId}"
tenant_id = "{tenantId}"
client_secret = "{clientSecret}"
}
resource "azurerm_resource_group" "resource_group" {
name = "test-sven"
location = "West US"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment