Skip to content

Commit

Permalink
Relax the version constraint on the Common Fate Terraform provider (#16)
Browse files Browse the repository at this point in the history
The current version is too strict and does not permit usage of v2.26.
See: https://developer.hashicorp.com/terraform/language/expressions/version-constraints#-3
  • Loading branch information
chrnorm authored Oct 1, 2024
1 parent 0fbffec commit 967db7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lemon-fans-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-commonfate-proxy-resource-rds": patch
---

Fix version constraint for the Common Fate Terraform provider to allow minor version updates.
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.3"
version = "~> 2.25"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 967db7f

Please sign in to comment.