ipv6_cidr_block

Type string
Module vpc
Version 0.1.0

The IPv6 CIDR block of the VPC (if enabled)

The IPv6 CIDR block of the VPC (if enabled).

Example Value

2600:1f18::/56

Usage

module "vpc" {
  source  = "registry.patterneddesigns.ca/patterneddesigns/vpc/aws"
  version = "0.1.0"
  # ... inputs
}

# Access this output
output "ipv6_cidr_block" {
  value = module.vpc.ipv6_cidr_block
}