We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1de553 commit c0b8d28Copy full SHA for c0b8d28
outputs.tf
@@ -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