79543285

Date: 2025-03-29 13:08:05
Score: 1.5
Natty:
Report link

Thanks Vinay for the the workaround and It is really helpful to know that we can use azure cli in terraform data block but I was able to fetch container app env using same data block but this time I fetched calling container app and retrieved its nested element without relying App environment resource

data "azurerm_container_app" "ca_data" {
  name                = "containerappname"
  resource_group_name = data.azurerm_resource_group.rg_data.name
} 
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Datfreak