Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 80993a3

Browse files
author
Dominique Dumont
committed
test: add cloudwatch log group name and arn in example output
1 parent e51953d commit 80993a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎examples/complete/outputs.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ output "role_name" {
2929
description = "The name of the IAM role created for the State Machine"
3030
value = module.step_function.role_name
3131
}
32+
33+
# CloudWatch
34+
output "cloudwatch_log_group_arn" {
35+
description = "The ARN of the CloudWatch log group created for the Step Function"
36+
value = module.step_function.cloudwatch_log_group_arn
37+
}
38+
39+
output "cloudwatch_log_group_name" {
40+
description = "The name of the CloudWatch log group created for the Step Function"
41+
value = module.step_function.cloudwatch_log_group_name
42+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /