added documentation for prevent_firewall_changes flag
This commit is contained in:
parent
f4020835d6
commit
742bcf5afb
|
@ -117,6 +117,9 @@ builder.
|
|||
- `instance_name` (string) - The name of the instance. Defaults to
|
||||
"packer-UUID" where UUID is dynamically generated.
|
||||
|
||||
- `prevent_firewall_changes` (boolean) - Set to `true` to prevent network ACLs
|
||||
or firewall rules creation. Defaults to `false`.
|
||||
|
||||
- `project` (string) - The name or ID of the project to deploy the instance to.
|
||||
|
||||
- `public_ip_address` (string) - The public IP address or it's ID used for
|
||||
|
|
Loading…
Reference in New Issue