-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Fixed deprecated warning, using network_interface_id instead #156
Conversation
@ktasper Thanks for the fix. Can you please lookup when |
/test all |
Sure.It was deprecated this release: I cannot see when
Not sure if that helps. |
@ktasper That's great. |
/test all |
@ktasper Thanks for the contribution! Released as https://github.com/cloudposse/terraform-aws-dynamic-subnets/releases/tag/0.40.1 |
what
Using the current version you get a deprecated warning:
I have updated the code to use the recommended
network_interface_id
, as a result I have also had to point it toprimary_network_interface_id
.