oneandone_ip
Manages a Public IP on 1&1
Example Usage
resource "oneandone_public_ip" "ip" { "ip_type" = "IPV4" "reverse_dns" = "%s" "datacenter" = "GB" }
Argument Reference
The following arguments are supported:
-
ip_type
- (Required) IP type. Can beIPV4
orIPV6
-
reverse_dns
- (Optional) -
datacenter
- (Optional) Location of desired 1and1 datacenter. Can beDE
,GB
,US
orES
. -
ip_address
- (Computed) The IP address.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/oneandone/r/public_ip.html