library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Compute Address

This pipeline facilitates the deletion of Compute Engine addresses.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_compute_address \
--arg 'project_id=<string>' \
--arg 'address_name=<string>' \
--arg 'region=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_compute_address
args = {
project_id = <string>
address_name = <string>
region = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP credential name.default
project_idstringYesThe GCP project ID.-
address_namestringYesThe name of the address to delete.-
regionstringYesThe region or location of the address to delete.-

Outputs

This pipeline has no outputs.