library
turbot/gcp_labels

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

NameTypeRequiredDescriptionDefault
databasestringYesDatabase connection string.postgres:#steampipe@localhost:9193/steampipe
notifierstringYesThe name of the notifier to use for sending notification messages.default
notification_levelstringYesThe verbosity level of notification messages to send. Valid options are 'verbose', 'info', 'error'.info
approverslist(string)YesList of notifiers to be used for obtaining action/approval decisions.
[
"default"
]
default_actionstringYesThe 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