google

coralogix/google/coralogix

Terraform Module HCL CORALOGIX

Coralogix Google Cloud Platform Integrations modules for Terraform.

Install
module "google" {
source = "coralogix/google/coralogix"
version = "1.0.3"
}
plain text: /constructs/tfmod-coralogix-google-coralogix/install.txt
⭐ Source on GitHub 📦 Registry page
README

[NOTICE] This repo is being deprecated in favor of the gcp-logs pull integration. Please use the new integration for all new gcp logs integrations. terraform-provider-coralogix provides coralogix_integration resource for this. Runtime support for nodejs14 on Cloud Run Functions will decommision soon. GCP Coralogix Terraform module Usage pubsub: ``hcl 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: `hcl module "storage" { source = "coralogix/google/coralogix//modules/storage" coralogix_region = "Europe" private_key = "2f55c873-c0cf-4523-82d4-c3b68ee6cb46" application_name = "GCS" subsystem_name =

Details
FrameworkTerraform Module
LanguageHCL
Version1.0.3
Cloud CORALOGIX
★ Stars0
Forks1
Total downloads423
Examples2
Submodules2
LicenseApache-2.0
Namespacecoralogix
Updated