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 be IPV4 or IPV6 reverse_dns - (Optional) datacenter - (Optional) Location of desired 1and1 datacenter. Can be DE, GB, US or ES. 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