library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete VPN Gateway

This pipeline deletes Google Compute Engine target VPN gateways.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_vpn_gateway \
--arg 'project_id=<string>' \
--arg 'region=<string>' \
--arg 'vpn_gateway_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_vpn_gateway
args = {
project_id = <string>
region = <string>
vpn_gateway_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
regionstringYesThe GCP region.-
vpn_gateway_namestringYesThe name of the VPN gateways to delete.-

Outputs

NameDescription
vpn_gateway_deletion_infoInformation about the deleted VPN gateways.