hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/aws/hm_amazon_msk_plugin/outputs.tf

Summary

Maintainability
Test Coverage
output "arn" {
  value = aws_mskconnect_custom_plugin.main.arn
}
output "latest_revision" {
  value = aws_mskconnect_custom_plugin.main.latest_revision
}