-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
There are semantically equivalent version tags that point to different commits
0.27.0andv0.27.0
Terraform registry uses the latest tag in case of having a semantically equal tag, which causes an inconsistency reference module with the git URI and the Terraform registry.
Expected Behavior
Should point to the same code
Steps to Reproduce
module "example" {
source = "git::https://github.com/cloudposse/terraform-aws-documentdb-cluster.git?ref=0.27.0"
...
module "example" {
source = "git::https://github.com/cloudposse/terraform-aws-documentdb-cluster.git?ref=v0.27.0"
...
module "example" {
source = "cloudposse/documentdb-cluster/aws"
version = "0.27.0"
...
Screenshots
No response
Environment
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system