Skip to content

Commit

Permalink
Relax common fate provider version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Oct 4, 2024
1 parent d7fe7e1 commit 9b745b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-kiwis-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-commonfate-proxy-resource-rds": patch
---

Relax common-fate/commonfate provider version constraint to ">= 2.25.3, < 3.0.0"
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
commonfate = {
source = "common-fate/commonfate"
version = "~> 2.25"
version = ">= 2.25.3, < 3.0.0"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 9b745b6

Please sign in to comment.