-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Error refreshing state: Invalid address to set #4986
Comments
I have exactly the same issue with the latest terraform-provider-aws
|
Hi folks 👋 It appears this might have been fixed awhile ago, but never closed. #12307 adds an acceptance test which currently passes against the latest codebase. If you are still having trouble on the latest version of Terraform and the Terraform AWS Provider, please open a new bug report and we will take a fresh look. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @zakkg3 as hashicorp/terraform#18332. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Actual Behavior
Error: Error refreshing state: 1 error(s) occurred:
Steps to Reproduce
First I run terraform apply to try to link the ENI in the launch template using ipv4_addresses attribute
ipv4_addresses = ["${aws_network_interface.in_drone_ci_ntw_iface.*.private_ips}"]
and from this point, cannot refresh the state any more.
References
looks like hashicorp/terraform#5108
but with the launch_template and ipv4_adresses
The text was updated successfully, but these errors were encountered: