TerraformOpenVPN
TerraformOpenVPN copied to clipboard
Terraform scripts to create a quick OpenVPN server in the cloud (AWS, Google, Azure, more-to-come!)
Results
2
TerraformOpenVPN issues
Sort by
recently updated
recently updated
newest added
Run the following command ``` terraform plan ``` You will get the following error ``` Error: Invalid reference from destroy provisioner on instance.tf line 69, in resource "google_compute_instance" "ovpn": 69:...
## Expected behaviour User can connect to the OpenVPN server after running `terraform apply`. ## Actual behaviour OpenVPN server fails to start after running the `terraform apply` in the Azure...