ebcli/lib/elasticbeanstalk.py [66:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    })
    if vpc:
        if vpc['id']:
            option_settings.append({
                'Namespace': namespaces.VPC,
                'OptionName': option_names.VPC_ID,
                'Value': vpc['id']
            })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ebcli/lib/elasticbeanstalk.py [234:241]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        })
    if vpc:
        if vpc['id']:
            option_settings.append({
                'Namespace': namespaces.VPC,
                'OptionName': option_names.VPC_ID,
                'Value': vpc['id']
            })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



