-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Network Interface ID Removal #75
Comments
Hi, This is likely to be related to the AWS 2.0 provider released yesterday by Hashicorp. If you aren't pinning your version to the AWS 1.60 provider you should do this until the issue is resolved in this module. I believe the proper fix is to rename the network_interface_id parameter to primary_network_interface_id. |
@antonbabenko @danielwrayois We already have primary_network_interface_id parameter in the outputs definition. The PR removes the network_interface_id, cause this is deprecated. |
You are right, thanks for this fix. v1.19.0 has been released. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
local.this_network_interface_id: Resource 'aws_instance.this_t2' does not have attribute 'network_interface_id' for variable 'aws_instance.this_t2.*.network_interface_id'
@antonbabenko @den-is
The text was updated successfully, but these errors were encountered: