UNPKG

pulumi-logtail

Version:

A Pulumi provider for managing Logtail log management and analytics resources, dynamically bridged from the Terraform Logtail provider with support for sources, metrics, and log aggregation.

61 lines (60 loc) 1.53 kB
{ "name": "pulumi-logtail", "description": "A Pulumi provider for managing Logtail log management and analytics resources, dynamically bridged from the Terraform Logtail provider with support for sources, metrics, and log aggregation.", "version": "0.6.4", "homepage": "https://github.com/hckhanh/pulumi-any-terraform", "repository": { "type": "git", "url": "git+https://github.com/hckhanh/pulumi-any-terraform.git", "directory": "packages/logtail" }, "private": false, "main": "./bin/index.js", "module": "./bin/index.js", "types": "./bin/index.d.ts", "exports": { ".": "./bin/index.js", "./package.json": "./package.json" }, "dependencies": { "async-mutex": "0.5.0" }, "devDependencies": { "@pulumi/pulumi": "3.190.0", "@types/node": "24.2.1", "typescript": "5.9.2" }, "peerDependencies": { "@pulumi/pulumi": ">=3.190.0" }, "files": [ "bin", "README.md" ], "keywords": [ "pulumi", "logtail", "log-management", "log-analytics", "logging", "observability", "monitoring", "metrics", "sources", "log-aggregation", "terraform", "provider", "infrastructure" ], "license": "MIT", "pulumi": { "resource": true, "name": "terraform-provider", "version": "0.8.0", "parameterization": { "name": "logtail", "version": "0.6.3", "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2JldHRlcnN0YWNraHEvbG9ndGFpbCIsInZlcnNpb24iOiIwLjYuMyJ9fQ==" } } }