hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "aws_glue_crawler_name" {
  type = string
}
variable "aws_glue_crawler_delta_tables" {
  type = list(string)
}
variable "aws_glue_database" {
  type = string
}
variable "schedule" {
  type = string
}
variable "iam_role_arn" {
  type = string
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}