hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "s3_bucket_name" {
  type = string
}
variable "s3_key" {
  type = string
}
variable "local_file_path" {
  type = string
}