library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Access Config from Instance

This pipeline deletes an access configuration from a Google Compute Engine instance.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_access_config_from_compute_instance \
--arg 'project_id=<string>' \
--arg 'zone=<string>' \
--arg 'instance_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_access_config_from_compute_instance
args = {
project_id = <string>
zone = <string>
instance_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
zonestringYesThe GCP zone.-
instance_namestringYesThe name of the compute instance.-
access_config_namestringNoThe name of the access configuration to delete.-

Outputs

NameDescription
instance_access_configInformation about the updated instance access configuration.