Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Feb 19, 2025
1 parent 0850a0e commit 86b00bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ output "s3_access_role_arns" {
}

output "endpoint_details" {
value = module.this.enabled ? one(aws_transfer_server.default.*.endpoint_details) : null
value = module.this.enabled ? one(aws_transfer_server.default[*].endpoint_details) : null
description = "Endpoints details"
}

0 comments on commit 86b00bb

Please sign in to comment.