-
Notifications
You must be signed in to change notification settings - Fork 77
Add support for assigning an ipv6 cidr block to the subnet #139
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The module comments out the ability to assign an ipv6 cidr to a subnet and there is no variable for it. https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/main/modules/subnet/subnet.tf#L38-L39
The oci terraform provider supports those ipv6 arguments in the oci_core_subnet resource. https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/core_subnet
We would like to provision a VCN and assign an IPv6 cidr to the subnets that are created.
New or Affected Resource(s)
oci_core_subnet
Potential Terraform Configuration
The configuration is already in this module, it's just commented out https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/main/modules/subnet/subnet.tf#L38-L39.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request