Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Files

Latest commit

682d248 · Jun 30, 2017

History

History
30 lines (23 loc) · 651 Bytes

public_ip.html.markdown

File metadata and controls

30 lines (23 loc) · 651 Bytes
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_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 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.