Merge pull request #6741 from hashicorp/doc_6446

gcp/builder: add doc for tags
This commit is contained in:
Adrien Delorme 2018-09-20 11:25:59 +02:00 committed by GitHub
commit cebca6bc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -318,7 +318,8 @@ builder.
will be interpolated to `projects/((network_project_id))/regions/((region))/subnetworks/((subnetwork))`
- `tags` (array of strings)
- `tags` (array of strings) - Assign network tags to apply firewall rules to
VM instance.
- `use_internal_ip` (boolean) - If true, use the instance's internal IP
instead of its external IP during building.