Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Sep 3, 2024
1 parent c0fc09e commit e136674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-alpha2"
version = "2.25.0-alpha5"
}


Expand Down Expand Up @@ -69,7 +69,7 @@ resource "commonfate_proxy_rds_database" "demo" {
proxy_id = var.proxy_id

name = var.name
# instance_id = var.rds_instance_identifier
instance_id = var.rds_instance_identifier
endpoint = data.aws_db_instance.database.endpoint
database = var.rds_database_name
engine = data.aws_db_instance.database.engine
Expand Down

0 comments on commit e136674

Please sign in to comment.