accessKeyId

The AWS Access Key ID.

type

string

default

{
  accessKeyId = "";
}

name

Name of the VPC route table.

type

string

default

{
  name = "nixops-{uuid}-{name}";
}

propagatingVgws

A list of VPN gateways for propagation.

type

list of string or resource of type ‘aws-vpn-gateway’

default

{
  propagatingVgws = [];
}

region

AWS region.

type

string

tags

Tags assigned to the instance. Each tag name can be at most 128 characters, and each tag value can be at most 256 characters. There can be at most 10 tags.

type

attribute set of string

example

{
  tags = {
    foo = "bar";
    xyzzy = "bla";
  };
}

default

{
  tags = {};
}

vpcId

The ID of the VPC where the route table will be created

type

string or resource of type ‘vpc’