terraform/communicator/winrm
Alisdair McDiarmid fa676bde7c core: Use number for port in connection schema
This commit makes two changes to the provisioner connection block code:

- Change the `port` argument type from string to number, which is
  technically more correct and consistent with `bastion_port`;
- Use `uint16` as the struct member type for both ports instead of
  `int`, which gets us free range validation from the gocty package.

Includes a test of the validation message when the port number is an
invalid integer.
2021-05-10 14:03:42 -04:00
..
communicator.go core: Use number for port in connection schema 2021-05-10 14:03:42 -04:00
communicator_test.go update winrm communicator to use new types 2020-12-02 12:45:00 -05:00
provisioner.go core: Use number for port in connection schema 2021-05-10 14:03:42 -04:00
provisioner_test.go update winrm communicator to use new types 2020-12-02 12:45:00 -05:00