1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 7 09:49:06 UTC 2024

This commit is contained in:
Automated 2024-08-07 09:49:06 +00:00
parent ed2f818f7a
commit 7fe34c472b
98 changed files with 1867 additions and 220 deletions

View file

@ -9,6 +9,7 @@ SYNOPSIS
| --target-firewall-policy=TARGET_FIREWALL_POLICY)
[--exclusion-patterns-file=EXCLUSION_PATTERNS_FILE]
[--export-terraform-script] [--force]
[--skip-migrate-target-service-accounts-to-tags]
[--tag-mapping-file=TAG_MAPPING_FILE]
[--terraform-script-output-file=TERRAFORM_SCRIPT_OUTPUT_FILE]
[GCLOUD_WIDE_FLAG ...]
@ -63,6 +64,10 @@ OPTIONAL FLAGS
If set, migration will succeed even if the tool detects that original
rule evaluation order cannot be preserved.
--skip-migrate-target-service-accounts-to-tags
If set, migration will keep target service accounts as they are and
will not try to replace them with secure tags.
--tag-mapping-file=TAG_MAPPING_FILE
Path to a JSON file with legacy tags and service accounts to secure
tags mapping.