Skip to content

Instantly share code, notes, and snippets.

@aantony2
aantony2 / main.tf
Created August 16, 2018 19:51
azurerm_role_assignment-issue
provider "azurerm" {
version = "=1.13.0"
}
terraform {
backend "azurerm" {}
}
data "azurerm_subscription" "primary" {
subscription_id = "${var.primary_subscription_id}"