hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "name" {
  type = string
}
variable "workspace_id" {
  type = string
}
variable "jira_domain" {
  type = string
}
variable "jira_user_email" {
  type = string
}
variable "jira_user_api_token" {
  type = string
}