Closed timwsuqld closed 5 days ago
Hi @timwsuqld,
The source_and_destination_check
will be available on the server resource with v0.8.3 of the provider, which is releasing right now.
Very cool to see that you are using the VPC features. If you have the free time & skills, I would sincerely appreciate a PR contributing to the VPC example... it's not really usable at the moment.
https://github.com/oscarhermoso/terraform-provider-binarylane/blob/main/examples/vpc/main.tf
https://api.binarylane.com.au/reference/#tag/ServerActions/paths/~1v2~1servers~1%7Bserver_id%7D~1actions#ChangeSourceAndDestinationCheck/post
Being able to change
change_source_and_destination_check
is important for setting up a VPN/NAT server in a VPC. While the default is enabled, it prevents you using the server as a VPN/NAT endpoint. Currently need to manually change this in the UI.Thanks