hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "amazon_emr_studio_name" {
  type = string
}
variable "s3_uri" {
  type = string
}
variable "iam_role_arn" {
  type = string
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}