Skip to content

groundcover-com/pulumi-groundcover

 
 

Groundcover Resource Provider

The Groundcover Resource Provider lets you manage groundcover observability resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @groundcover-com/groundcover

or yarn:

yarn add @groundcover-com/groundcover

Python

To use from Python, install using pip:

pip install groundcover_groundcover

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/groundcover-com/pulumi-groundcover/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package GroundcoverCom.Groundcover

Configuration

The following configuration options are available for the groundcover provider:

  • groundcover:apiKey (environment: GROUNDCOVER_API_KEY) - groundcover API Key
  • groundcover:backendId (environment: GROUNDCOVER_BACKEND_ID) - groundcover Backend ID
  • groundcover:apiUrl (environment: GROUNDCOVER_API_URL) - groundcover API URL (defaults to https://api.groundcover.com)

Resources

The provider supports the following resources:

  • groundcover.Apikey - API Key management
  • groundcover.Dashboard - Dashboard management
  • groundcover.Dataintegration - Data integration configuration
  • groundcover.Ingestionkey - Ingestion key management
  • groundcover.Logspipeline - Logs pipeline configuration
  • groundcover.Metricsaggregation - Metrics aggregation rules
  • groundcover.Monitor - Monitor/alert configuration
  • groundcover.Policy - Policy management
  • groundcover.Secret - Secret management
  • groundcover.Serviceaccount - Service account management

Reference

For detailed reference documentation, please visit the Pulumi registry.

About

Official Pulumi Provider for groundcover

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 47.8%
  • Shell 35.3%
  • Go 15.9%
  • Dockerfile 1.0%