Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Jan 26, 2024
1 parent 4564e37 commit bc27263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aws-aurora-postgres/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ output "cluster_id" {
sensitive = false
}

output "aws_rds_cluster_instance" {
value = module.aurora.aws_rds_cluster_instance.db
output "aws_rds_cluster_instance_endpoint" {
value = module.aurora.aws_rds_cluster_instance_endpoint
}
4 changes: 2 additions & 2 deletions aws-aurora/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ output "cluster_resource_id" {
value = aws_rds_cluster.db.cluster_resource_id
}

output "aws_rds_cluster_instance" {
value = aws_rds_cluster_instance.db
output "aws_rds_cluster_instance_endpoint" {
value = aws_rds_cluster_instance.db.endpoint
}

0 comments on commit bc27263

Please sign in to comment.