library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Remove Labels from DNS Managed Zone

This pipeline removes specified labels from a Google Cloud DNS managed zone.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.remove_labels_from_dns_managed_zone \
--arg 'project_id=<string>' \
--arg 'zone_name=<string>' \
--arg 'label_keys=<list(string)>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = gcp.pipeline.remove_labels_from_dns_managed_zone
args = {
project_id = <string>
zone_name = <string>
label_keys = <list(string)>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
zone_namestringYesThe name of the DNS managed zone.-
label_keyslist(string)YesThe GCP label keys to remove.-

Outputs

NameDescription
managed_zoneInformation about the DNS managed zone.