Terraform Provider Segment Save

A Terraform provider for Segment

Project README

terraform-provider-segment

A Terraform provider for Segment

Usage

Create and manage Segment sources

resource "segment_source" "test_source" {
  source_name = "your-source"
  catalog_name = "catalog/sources/javascript"
}

Create and manage Segment destinations

resource "segment_destination" "test_destination" {
  source_name = "test_source"
  destination_name = "google-analytics"
  connection_mode = "CLOUD"
  enabled = false
  configs = [{
      name = "workspaces/your-workspace/sources/your-source/destinations/google-analytics/config/trackingId"
      type = "string"
      value = "your-tracking-id"
  }]
}
Open Source Agenda is not affiliated with "Terraform Provider Segment" Project. README Source: ajbosco/terraform-provider-segment
Stars
29
Open Issues
3
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating