terraform/communicator/shared
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
..
shared.go core: Use number for port in connection schema 2021-05-10 14:03:42 -04:00
shared_test.go provisioners: Allow provisioning over IPv6 2016-09-03 15:45:24 -07:00