Skip to content

Commit

Permalink
major version release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Sep 6, 2024
1 parent 64c8247 commit 908b21c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/green-fireants-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/terraform-commonfate-proxy-resource-rds": major
---

This module us used to register an RDS database and users with Common Fate in conjunction with an AWS RDS Proxy.
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.0-alpha10"
version = "~> 2.25"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 908b21c

Please sign in to comment.