Skip to content

Commit da3b348

Browse files
chore: update CloudRift provider version constraint (#2046)
## Summary - Update CloudRift Terraform provider version constraint from pinned `0.2.0` to `~> 0.2.0`, allowing automatic patch version updates (e.g. `0.2.1`) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated cloudrift provider version constraint to allow patch-level upgrades within the 0.2.x series, enabling automatic minor updates while maintaining compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent c783487 commit da3b348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/terraformer/internal/worker/service/internal/templates

services/terraformer/internal/worker/service/internal/templates/providers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ terraform {
5151
{{- if .CloudRift }}
5252
cloudrift = {
5353
source = "berops/cloudrift"
54-
version = "0.2.0"
54+
version = "~> 0.2.0"
5555
}
5656
{{- end }}
5757
}

0 commit comments

Comments
 (0)