accessKeyId

The AWS Access Key ID.

type

string

default

{
  accessKeyId = "";
}

name

Name of the VPC route table association.

type

string

default

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

region

AWS region.

type

string

routeTableId

The ID of the VPC route table

type

string or resource of type ‘vpc-route-table’

subnetId

The ID of the VPC subnet where the route table will be associated

type

string or resource of type ‘vpc-subnet’