layout | page_title | sidebar_current | description |
---|---|---|---|
oneandone |
1&1: oneandone_public_ip |
docs-oneandone-resource-public-ip |
Creates and manages 1&1 Public IP. |
Manages a Public IP on 1&1
resource "oneandone_public_ip" "ip" {
"ip_type" = "IPV4"
"reverse_dns" = "%s"
"datacenter" = "GB"
}
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.