Skip to contents

Get a VPC by id

Usage

aws_vpc(id, ...)

Arguments

id

(character) The id of the VPC. required

...

parameters passed on to describe_vpcs

Value

(list) with fields:

  • Vpcs (list) each VPC group

  • NextToken (character) token for paginating

Each element of Vpcs is a list with slots:

  • CidrBlock

  • DhcpOptionsId

  • State

  • VpcId

  • OwnerId

  • InstanceTenancy

  • Ipv6CidrBlockAssociationSet

  • CidrBlockAssociationSet

  • IsDefault

  • Tags