library
turbot/gcp_labels
- Add and remove resource labels
- Correct one resource with incorrect labels
- Correct resources with incorrect labels
- Detect & correct Compute disks with incorrect labels
- Detect & correct Compute images with incorrect labels
- Detect & correct Compute instances with incorrect labels
- Detect & correct Compute snapshots with incorrect labels
- Detect & correct Dataproc clusters with incorrect labels
- Detect & correct Pub/Sub subscriptions with incorrect labels
- Detect & correct Pub/Sub topics with incorrect labels
- Detect & correct SQL database instances with incorrect labels
- Detect & correct Storage buckets with incorrect labels
Get Involved
Version
Detect & correct Compute images with incorrect labels
Detects Compute images with incorrect labels and optionally attempts to correct them.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run gcp_labels.pipeline.detect_and_correct_compute_images_with_incorrect_labels
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = gcp_labels.pipeline.detect_and_correct_compute_images_with_incorrect_labels }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
database | string | Yes | Database connection string. | postgres:#steampipe@localhost:9193/steampipe |
notifier | string | Yes | The name of the notifier to use for sending notification messages. | default |
notification_level | string | Yes | The verbosity level of notification messages to send. Valid options are 'verbose', 'info', 'error'. | info |
approvers | list(string) | Yes | List of notifiers to be used for obtaining action/approval decisions. |
|
default_action | string | Yes | The default action to use for the detected item, used if no input is provided. | notify |
Outputs
This pipeline has no outputs.
Tags
category = labels
plugin = gcp
service = GCP/Compute
type = featured