Azure / terraform-azurerm-vnetpeering

Module to create and manage virtual network peering which allows resources to access other resources in the linked virtual network.
MIT License
9 stars 33 forks source link

Authorization Token Errors #2

Open lmaule opened 5 years ago

lmaule commented 5 years ago

I am receiving the following errors when running a "terraform plan" with this module

Error: Error obtaining Authorization Token from the Azure CLI: Error waiting for the Azure CLI: exit status 1

on .terraform/modules/transit_to_management_peering/Azure-terraform-azurerm-vnetpeering-99af18d/main.tf line 8, in provider "azurerm": 8: provider "azurerm" {

Error: Error obtaining Authorization Token from the Azure CLI: Error waiting for the Azure CLI: exit status 1

on .terraform/modules/transit_to_management_peering/Azure-terraform-azurerm-vnetpeering-99af18d/main.tf line 13, in provider "azurerm": 13: provider "azurerm" {

This is with the new terraform version 0.12 update. I hadn't tried this before with 0.11.8 so not sure of this is an issue with the version or not.