Docker images version change do not trigger terraform container update

I’m using terraform to create container on Azure using azure_container_group . My container is based on a docker image stored on a private registry. When I update this image by pushing a new version with the latest tag my docker image have a new SHA256 … but terraform seems not able to trigger this update. Am i missing something ?

Thanks,

Dan