azapi_resource output is “{}”
Sep 12, 2022
When using azapi_resource in terraform, I got the error
azapi_resource.container_app.output is “{}”
When trying to read the output using the following code
jsondecode(azapi_resource.container_app.output).properties.configuration.ingress.fqdn
If this happens to you, you have missed response_export_values = ["*"]
in your resource