Skip to content

Commit

Permalink
revert outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Oct 21, 2024
1 parent 8ecda12 commit 15d205a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/camunda-8.6-irsa/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,3 @@ output "aurora_iam_role_arns" {
value = module.postgresql.aurora_iam_role_arns
description = "Map of IAM role names to their ARNs"
}

output "aurora_id" {
value = module.postgresql.aurora_id
}

output "aurora_cluster_identifier" {
value = module.postgresql.aurora_cluster_identifier
}

output "aurora_cluster_resource_id" {
value = module.postgresql.aurora_cluster_resource_id
}

0 comments on commit 15d205a

Please sign in to comment.