I have the following code on one of the properties of a azurerm_resource (:
<code>format("YYYY-MM", timestamp())
</code>
<code>format("YYYY-MM", timestamp())
</code>
format("YYYY-MM", timestamp())
naturally one would think this would only update the resource once a day, but it keeps updating to the same value every run. any pointers?
terraform: 1.5.7
azapi provider: v1.13.1