You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Terragrunt Run-All on an azure resource group Terratag fails to tag the resource.
To Reproduce
A minimal Terraform configuration reproducing the issue:
if in env0 : Azure Credentials + Azure Cost Credentials
See attached zip containing folder structure / terragrunt structure
from either non-prod/us-west-2/qa or us-west-2/stage run: terragrunt run-all init
then run terratag -tags="{\"env0_environment_id\":\"b529e0ad-1654-41f6-8ffd-e997475d00ad\",\"env0_project_id\":\"800b61c0-c255-48f3-9899-d03e08d4a159\"}" -rename=false -type=terragrunt
Describe the bug
When using Terragrunt Run-All on an azure resource group Terratag fails to tag the resource.
To Reproduce
A minimal Terraform configuration reproducing the issue:
if in env0 : Azure Credentials + Azure Cost Credentials
See attached zip containing folder structure / terragrunt structure
from either non-prod/us-west-2/qa or us-west-2/stage run:
terragrunt run-all init
then run
terratag -tags="{\"env0_environment_id\":\"b529e0ad-1654-41f6-8ffd-e997475d00ad\",\"env0_project_id\":\"800b61c0-c255-48f3-9899-d03e08d4a159\"}" -rename=false -type=terragrunt
Expected behavior
/opt/terratag -tags="{"env0_environment_id":"b529e0ad-1654-41f6-8ffd-e997475d00ad","env0_project_id":"800b61c0-c255-48f3-9899-d03e08d4a159"}" -rename=false -type=terragrunt
should tag azurerm/resource_group . it tags when NOT using terragrunt run-all.
Screenshots
Error Message:
** env0 settings **
Additional context
Workaround
No workarounds
tg-az-rg.zip
The text was updated successfully, but these errors were encountered: