File tree Expand file tree Collapse file tree
infrastructure/modules/eventpub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040| Name | Description |
4141| ------| -------------|
4242| <a name =" output_s3_bucket_event_cache " ></a > [ s3\_ bucket\_ event\_ cache] ( #output\_ s3\_ bucket\_ event\_ cache ) | S3 Bucket ARN and Name for event cache |
43- | <a name =" output_sns_topic " ></a > [ sns\_ topic] ( #output\_ sns\_ topic ) | SNS Topic ARN and Name |
43+ | <a name =" output_sns_topic " ></a > [ sns\_ topic] ( #output\_ sns\_ topic ) | SNS Topic ARNs and Names |
4444<!-- vale on -->
4545<!-- markdownlint-enable -->
4646<!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change 11output "sns_topic" {
2- description = " SNS Topic ARN and Name "
2+ description = " SNS Topic ARNs and Names "
33 value = {
4- arn = aws_sns_topic.main.arn
5- name = aws_sns_topic.main.name
4+ for key , value in aws_sns_topic . main :
5+ key = > {
6+ arn = value.arn
7+ name = value.name
8+ }
69 }
710}
811
You can’t perform that action at this time.
0 commit comments