-
Notifications
You must be signed in to change notification settings - Fork 115
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
config: add docs on permissions for public IP #372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expect to see the generated partials updated for this change. But it looks like the check is not completing the call to make generate
before completing. Feel free to run locally and commit the changes.
When the `associate_public_ip_address' configuration attribute is set in a config without a VPC or a Subnet, we now attempt to infer those from the default VPC and subnets. These actions require some extra permissions, so we reflect this in the docs for the attribute.
When the fast-launch configuration was committed to the plugin's code, we forgot to generate the partials, so they where not up-to-date compared to the code.
919bf13
to
44c7898
Compare
Good call regarding the partials. When re-compiling them locally I noticed the fast-launch ones were not up-to-date as well, presumably I amended them and forgot to run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. Feel free to update the docs.zip associated with the 1.2.4 release once merged. Otherwise you can wait until #373 is merged and released.
I think we can wait until we've released 1.2.5 if we're to do it quickly. |
sounds good. looking at the other PR now. Adding to the release notes is a good call as well. |
Good, thanks for the confirmation! I'll add a paragraph to both notes right now. |
When the `associate_public_ip_address' configuration attribute is set in a config without a VPC or a Subnet, we now attempt to infer those from the default VPC and subnets.
These actions require some extra permissions, so we reflect this in the docs for the attribute.