library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: 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
conn
connection.gcp
YesName of GCP connection to use. If not provided, the default GCP connection will be used.connection.gcp.default
project_id
string
YesThe GCP project ID.-
zone_name
string
YesThe name of the DNS managed zone.-
dnssec_state
string
NoThe DNSSEC state to set for the managed zone.-

Outputs

NameDescription
dns_managed_zone_infoInformation about the updated DNS managed zone.