Module versions in Terraform cloud don't seem to updating

I’m able to succesfully publish modules to our private module registry in Terraform Cloud. In the “Versions” drop down, I can see all of our semantic versioned tags up until the publish. If I tag a commit, “sometimes” the version in Terraform Cloud will be updated.

The updating action seems to be showing odd behavior in that I can push new patch versions (v1.0.0 -> v1.0.1 -> v1.0.2) and everything will be updating fine. Then, all of a sudden, new patch versions stop updating. But If I change the minor version (v1.1.0) then then the version shows up in Terraform Cloud.

Notice in the picture I was able to push patched versions
image

But then v0.0.5 wouldn’t update. As soon as I incremented the minor number, the new version showed up.
image
image

1 Like