hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/environments/production/aws/kubernetes/outputs.tf

Summary

Maintainability
Test Coverage
output "hm_production_bucket_name" {
  value = module.hm_production_bucket.name
}
output "hm_production_bucket_arn" {
  value = module.hm_production_bucket.arn
}