library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Service Account Key

This pipeline deletes a key from a Google Cloud IAM service account.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_service_account_key \
--arg 'project_id=<string>' \
--arg 'iam_account=<string>' \
--arg 'key_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_service_account_key
args = {
project_id = <string>
iam_account = <string>
key_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
iam_accountstringYesThe email of the IAM service account.-
key_idstringYesThe ID of the key to delete.-

Outputs

NameDescription
service_account_key_deletion_infoInformation about the deleted service account key.