Skip to content

Commit c0b8d28

Browse files
committed
Added outputs linked to submodule
1 parent b1de553 commit c0b8d28

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

outputs.tf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
output "aws_api_gateway_integration" {
2+
value = module.sns_integration.aws_api_gateway_integration
3+
}
4+
5+
output "aws_api_gateway_integration_response" {
6+
value = module.sns_integration.aws_api_gateway_integration_response
7+
}
8+
9+
output "aws_api_gateway_method" {
10+
value = module.sns_integration.aws_api_gateway_method
11+
}
12+
13+
output "aws_api_gateway_method_response" {
14+
value = module.sns_integration.aws_api_gateway_method_response
15+
}

0 commit comments

Comments
 (0)