Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/harness/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
terraform {
required_providers {
helm = {
source = "hashicorp/helm"
source = "hashicorp/helm"
}
utils = {
source = "cloudposse/utils"
version = ">= 0.14.0"
version = "2.3.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned provider version does not exist

High Severity

cloudposse/utils is pinned to exact version 2.3.0, which is not published. With an exact constraint Terraform cannot select another release, so terraform init fails for all consumers of this module.

Fix in Cursor Fix in Web

}
}
}
}
Loading