Merge pull request #6178 from hashicorp/fix_winrm_docs_for_googlecompute
clarify how to change google compute's firewall settings.
This commit is contained in:
commit
98f1155e45
|
@ -120,8 +120,12 @@ is assumed to be the path to the file containing the JSON.
|
||||||
|
|
||||||
### Windows Example
|
### Windows Example
|
||||||
|
|
||||||
Running WinRM requires that it is opened in the firewall and that the VM enables WinRM for the
|
Before you can provision using the winrm communicator, you need to navigate to
|
||||||
user used to connect in a startup-script.
|
https://console.cloud.google.com/networking/firewalls/list to allow traffic
|
||||||
|
through google's firewall on the winrm port (tcp:5986).
|
||||||
|
|
||||||
|
Once this is set up, the following is a complete working packer config after
|
||||||
|
setting a valid `account_file` and `project_id`:
|
||||||
|
|
||||||
``` {.json}
|
``` {.json}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue