mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud beta compute firewall-rules migrate --source-network=SOURCE_NETWORK
|
||||
(--bind-tags-to-instances | --export-tag-mapping
|
||||
| --target-firewall-policy=TARGET_FIREWALL_POLICY)
|
||||
[--tag-mapping-file=TAG_MAPPING_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--export-terraform-script] [--tag-mapping-file=TAG_MAPPING_FILE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute firewall-rules migrate is used to create a new
|
||||
|
|
@ -41,6 +42,10 @@ REQUIRED FLAGS
|
|||
result.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--export-terraform-script
|
||||
If set, migration tool will output a terraform script to create a
|
||||
Firewall Policy with migrated rules.
|
||||
|
||||
--tag-mapping-file=TAG_MAPPING_FILE
|
||||
Path to a JSON file with legacy tags and service accounts to secure
|
||||
tags mapping.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue