|
|
|
|
@ -502,31 +502,30 @@ builder.
|
|
|
|
|
the VPC ID from the `subnet_id`.
|
|
|
|
|
|
|
|
|
|
- `vpc_filter` (object) - Filters used to populate the `vpc_id` field.
|
|
|
|
|
`vpc_id` take precedence over this.
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
|
|
``` json
|
|
|
|
|
{
|
|
|
|
|
"vpc_filter": {
|
|
|
|
|
"filters": {
|
|
|
|
|
"tag:Class": "build",
|
|
|
|
|
"isDefault": "false",
|
|
|
|
|
"cidr": "/24"
|
|
|
|
|
``` json
|
|
|
|
|
{
|
|
|
|
|
"vpc_filter": {
|
|
|
|
|
"filters": {
|
|
|
|
|
"tag:Class": "build",
|
|
|
|
|
"isDefault": "false",
|
|
|
|
|
"cidr": "/24"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
This selects the VPC with tag `Class` with the value `build`, which is not
|
|
|
|
|
the default VPC, and have a IPv4 CIDR block of `/24`. NOTE: This will fail
|
|
|
|
|
unless *exactly* one VPC is returned.
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- `filters` (map of strings) - filters used to select a `vpc_id`. NOTE:
|
|
|
|
|
This will fail unless *exactly* one VPC is returned. Any filter
|
|
|
|
|
described in the docs for
|
|
|
|
|
[DescribeVpcs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html)
|
|
|
|
|
is valid.
|
|
|
|
|
This selects the VPC with tag `Class` with the value `build`, which is not
|
|
|
|
|
the default VPC, and have a IPv4 CIDR block of `/24`. NOTE: This will fail
|
|
|
|
|
unless *exactly* one VPC is returned.
|
|
|
|
|
|
|
|
|
|
`vpc_id` take precedence over this.
|
|
|
|
|
- `filters` (map of strings) - filters used to select a `vpc_id`. NOTE:
|
|
|
|
|
This will fail unless *exactly* one VPC is returned. Any filter
|
|
|
|
|
described in the docs for
|
|
|
|
|
[DescribeVpcs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html)
|
|
|
|
|
is valid.
|
|
|
|
|
|
|
|
|
|
- `x509_upload_path` (string) - The path on the remote machine where the X509
|
|
|
|
|
certificate will be uploaded. This path must already exist and be writable.
|
|
|
|
|
|