mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(oci private network): enable ipv6
This commit is contained in:
parent
90ed8be56b
commit
4166e1eabe
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ resource "oci_core_vcn" "this" {
|
||||||
cidr_blocks = var.cidr_blocks
|
cidr_blocks = var.cidr_blocks
|
||||||
display_name = var.display_name
|
display_name = var.display_name
|
||||||
dns_label = var.dns_label
|
dns_label = var.dns_label
|
||||||
|
|
||||||
|
is_ipv6enabled = true
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue