Skip to content

coralogix/terraform-coralogix-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP Coralogix Terraform module

Usage

pubsub:

module "pubsub" {
  source = "coralogix/google/coralogix//modules/pubsub"

  coralogix_region = "Europe"
  private_key      = "2f55c873-c0cf-4523-82d4-c3b68ee6cb46"
  application_name = "Pub/Sub"
  subsystem_name   = "logs"
  bucket           = "test-topic-name"
}

storage:

module "storage" {
  source = "coralogix/google/coralogix//modules/storage"

  coralogix_region = "Europe"
  private_key      = "2f55c873-c0cf-4523-82d4-c3b68ee6cb46"
  application_name = "GCS"
  subsystem_name   = "logs"
  bucket           = "test-bucket-name"
}

Examples

  • pubsub - Send logs from PubSub topic.
  • storage - Send logs from GCS bucket.

Authors

Module is maintained by Coralogix.

License

Apache 2.0 Licensed. See LICENSE for full details.