-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return vpc_id if it is set #5
Comments
Added to Aws/ProvidedHook/Director/ImportSource.php is that the only place needed? |
And to the extractAttributes calls in Aws/AwsClient::extractAttributes, it's pretty easy. First array is for required option, import will fail when any is missing - second array is for optional ones, those that do not exist on every instance. Left key is the property name as it will be imported, right column is the AWS property name. In case it works for you it would be cool if you could send me a pull request! |
I do not see any way of retrieving the vpc_id from EC2 instance data source
We are migrating all of our services into VPC's and I'd like to be able to use the vpc_id as the zone
The text was updated successfully, but these errors were encountered: