terraform-provider-segment 的提供商 用法 创建和管理细分 resource "segment_source" "test_source" { source_name = "your-source" catalog_name = "catalog/sources/javascript" } 创建和管理细分 resource "segment_destination" "test_destination" { source_name = "test_source" destination_name = "google-analytics" conn