feat(oci private network): enable ipv6

This commit is contained in:
Kat Inskip 2024-06-09 12:55:15 -07:00
parent 90ed8be56b
commit 4166e1eabe
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -20,6 +20,8 @@ resource "oci_core_vcn" "this" {
cidr_blocks = var.cidr_blocks
display_name = var.display_name
dns_label = var.dns_label
is_ipv6enabled = true
}
locals {