Manages a VPN on 1&1
resource "oneandone_vpn" "vpn" {
datacenter = "GB"
name = "%s"
description = "ttest descr"
}
The following arguments are supported:
datacenter - (Optional) Location of desired 1and1 datacenter. Can be DE, GB, US or ES. name - (Required) The name of the VPN description - (Optional) download_path - (Optional) file_name - (Optional)
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/oneandone/r/vpn.html