Closed samuelchong closed 1 month ago
Tried disable_telemetry, still getting error
"landingzone" { source = "Azure/lz-vending/azurerm" version = "4.1.4"
disable_telemetry = true
.......
sample variable files:
resource_groups = {
"cicd" = {
name = "cicd"
location = "australiaeast"
tags = { Workload = "abc" }
},
"sfa-base-rg" = {
name = "tss-xxx-base-ci-aue-rg"
location = "australiaeast"
tags = { Workload = "abc" }
},
looks like an issue with jsonencode({})
Is there currently workaround for this problem ?
I haven't found any workaround.
Sent from Outlook for Androidhttps://aka.ms/AAb9ysg
From: mrWiecekWil @.> Sent: Tuesday, October 22, 2024 6:21:55 pm To: Azure/terraform-azurerm-lz-vending @.> Cc: Samuel Chong @.>; Author @.> Subject: Re: [Azure/terraform-azurerm-lz-vending] bug: Error cannot unmarshal string into Go (Issue #425)
Is there currently workaround for this problem ?
β Reply to this email directly, view it on GitHubhttps://github.com/Azure/terraform-azurerm-lz-vending/issues/425#issuecomment-2428456867, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABDHOJ6M47FJ5HUE3SSRBXTZ4X4JHAVCNFSM6AAAAABQLLYYWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRYGQ2TMOBWG4. You are receiving this because you authored the thread.Message ID: @.***>
As a workaround please cap your AzAPI provider version to ~> 1.15
We will work on supporting AzAPI v2 in the coming weeks
Closing as dupe of #406
Community Note
Please paste the output of
terraform version
command from within the initialized directory:Please enter the module version that you are using:
Description
Steps to Reproduce
Screenshots
Additional context
source = "Azure/lz-vending/azurerm" It was working fine one on module 4.1.2 up until approx a week ago.
Start getting this error today.