hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/airbyte/hm_airbyte_source_csv/variables.tf

Summary

Maintainability
Test Coverage
variable "name" {
  type = string
}
variable "workspace_id" {
  type = string
}
variable "dataset_name" {
  type = string
}
variable "url" {
  type = string
}