library
turbot/gcp
Get Involved
Version
Pipeline: 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
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. | - |
region | string | Yes | The GCP region. | - |
vpn_gateway_name | string | Yes | The name of the VPN gateways to delete. | - |
Outputs
Name | Description |
---|---|
vpn_gateway_deletion_info | Information about the deleted VPN gateways. |