oci_core_ipv6

This resource provides the Ipv6 resource in Oracle Cloud Infrastructure Core service.

Creates an IPv6 for the specified VNIC.

Example Usage

resource "oci_core_ipv6" "test_ipv6" {
	#Required
	vnic_id = oci_core_vnic_attachment.test_vnic_attachment.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	display_name = var.ipv6_display_name
	freeform_tags = {"Department"= "Finance"}
	ip_address = var.ipv6_ip_address
	ipv6subnet_cidr = var.ipv6_ipv6subnet_cidr
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Ipv6 * update - (Defaults to 20 minutes), when updating the Ipv6 * delete - (Defaults to 20 minutes), when destroying the Ipv6

Import

Ipv6 can be imported using the id, e.g.

$ terraform import oci_core_ipv6.test_ipv6 "id"