hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/airbyte/hm_airbyte_destination_snowflake/outputs.tf

Summary

Maintainability
Test Coverage
output "id" {
  value = airbyte_destination_snowflake.main.destination_id
}
output "name" {
  value = airbyte_destination_snowflake.main.name
}