Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ output "allowed_security_groups" {
value = local.allowed_security_groups
description = "The resulting list of security group IDs that are allowed to connect to the Aurora Postgres cluster."
}

output "security_group_id" {
value = module.aurora_postgres_cluster.security_group_id
description = "The security group ID of the Aurora Postgres cluster"
}
Loading