library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Update DNS Managed Zone

This pipeline updates a Google Cloud DNS managed zone to turn on DNSSEC.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.update_dns_managed_zone \
--arg 'project_id=<string>' \
--arg 'zone_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.update_dns_managed_zone
args = {
project_id = <string>
zone_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
zone_namestringYesThe name of the DNS managed zone.-
dnssec_statestringNoThe DNSSEC state to set for the managed zone.-

Outputs

NameDescription
dns_managed_zone_infoInformation about the updated DNS managed zone.