Skip to content

Add support for assigning an ipv6 cidr block to the subnet #139

@kdw174

Description

@kdw174

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions