hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/environments/production/airbyte/variables.tf

Summary

Maintainability
Test Coverage
variable "environment" {
  type = string
}
variable "airbyte_workspace_id" {
  type = string
}
variable "snowflake_host" {
  type = string
}