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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Expected Behavior
When creating Azure Container App Job using Azapi provider with TS code:
It's expected to be synthesized according given value (https://learn.microsoft.com/en-us/azure/templates/microsoft.app/jobs?pivots=deployment-language-terraform#secret-2). Note that documentation is incorrect in a way that is expects content needing to be JSON string, which is not the case with newer AzAPI.
Correct HCL from that would probably be like:
Actual Behavior
Value in HCL is:
With JSON formatting same core produces value:
Steps to Reproduce
Versions
Providers
Gist
No response
Possible Solutions
No response
Workarounds
JSON works fine, but as we would like to utilize some Terraform tooling and Sonarqube with the code, HCL version is required.
Anything Else?
It seems that issue is somehow related to keys
name
andvalue
(even environment variables with same keys work fine).With TS code using secret reference:
HCL has is:
And JSON:
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: