library
turbot/gcp
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.gcp | Yes | Name of GCP connection to use. If not provided, the default GCP connection will be used. | connection.gcp.default |
project_id | string | Yes | The GCP project ID. | - |
zone_name | string | Yes | The name of the DNS managed zone. | - |
dnssec_state | string | No | The DNSSEC state to set for the managed zone. | - |
Outputs
Name | Description |
---|---|
dns_managed_zone_info | Information about the updated DNS managed zone. |