Skip to content

Commit

Permalink
feat: added new output target group
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 21, 2023
1 parent c41ce75 commit ee3d5b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _example/alb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module "iam-role" {
version = "1.3.0"

name = "iam-role"
environment = "test"
environment = "test-test"
label_order = ["name", "environment"]

assume_role_policy = data.aws_iam_policy_document.default.json
Expand Down
5 changes: 5 additions & 0 deletions _example/alb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ output "arn" {
output "tags" {
value = module.alb.tags
description = "A mapping of tags to assign to the alb."
}

output "main_target_group_arn" {
value = module.alb.*.main_target_group_arn
description = "The ARN target of the ALB"
}

0 comments on commit ee3d5b1

Please sign in to comment.