hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/aws/hm_amazon_s3_bucket/variables.tf

Summary

Maintainability
Test Coverage
variable "s3_bucket_name" {
  type = string
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}