mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 16:00:25 -04:00
613 B
613 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| oneandone | 1&1: oneandone_public_ip | docs-oneandone-resource-public-ip | Creates and manages 1&1 Public IP. |
oneandone_vpn
Manages a Public IP on 1&1
Example Usage
resource "oneandone_vpn" "vpn" {
datacenter = "GB"
name = "test_vpn_01"
description = "ttest descr"
}
Argument Reference
The following arguments are supported:
datacenter- (Optional) Location of desired 1and1 datacenter. Can beDE,GB,USorESdescription- (Optional) Description of the VPNname-(Required) The name of the VPN.