Skip to content

Commit

Permalink
update tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Sep 3, 2024
1 parent 33a22a5 commit e90cedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
commonfate = {
source = "common-fate/commonfate"
version = "2.25.0-alpha8"
version = "2.25.0-alpha9"
}


Expand Down Expand Up @@ -75,5 +75,6 @@ resource "commonfate_proxy_rds_database" "demo" {
engine = data.aws_db_instance.database.engine
region = var.region


users = var.users
}

0 comments on commit e90cedf

Please sign in to comment.