-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add optional network_interface_id variable #124
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.
Hey @gbarna-bd -- this looks good and I think we can move it forward. I made one suggestion and asked for additional clarification on the subnets vs AZs addition. Check those out and let me know your thoughts.
Also, to get this merged we'll need to update our README. Please run the following commands, commit, and push the changes:
make init
make github/init
make readme
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.
One request on removing the default for subnet_ids
, but otherwise this looks ready to ship.
/terratest |
Do you need me to rebase (reorder and squash / fixup) my commits? |
/terratest |
@gbarna-bd nope, no need to squash. Since we only squash merge that avoids any ugliness in the history in |
@gbarna-bd we're seeing the following failure: We've dealt with this elsewhere, here is an example on how to fix: https://github.com/cloudposse/terraform-aws-lambda-function/pull/46/files |
Thanks! I've wrapped the for_each in |
/terratest |
Is the failing test something that I can try to run locally?
|
@gbarna-bd I haven't run the tests locally in a while as its a bit painful. Maybe @max-lobur can speak to that. Anyway, your error is the following: Take a look at the example fix that I shared before. You want to create that |
Replaced |
/terratest |
/terratest |
Finally! |
@gbarna-bd thanks for your hard work + patience on this one! Should be a release that rolls out shortly. |
what
network_interface_id
variable to launch_templatewhy
references