-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: Error: setting forward_path_component on aws_ec2_network_insights_analysis #28683
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I am struggling with this issue. I also share my terraform log using
|
This functionality has been released in v5.14.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Terraform Core Version
v1.0.1, v1.3.7
AWS Provider Version
v4.48.0
Affected Resource(s)
aws_ec2_network_insights_analysis
Expected Behavior
After setting "aws_ec2_network_insights_path" "source" to "aws_network_interface.arn" instead of "aws_network_interface.id" (to allow for cross-account connectivity testing) a path analysis should be triggered without errors as with "source" set to "aws_network_interface.id"
Actual Behavior
Terraform plan/apply fail with an error after setting "aws_ec2_network_insights_path" "source" to "aws_network_interface.arn". The analysis is created successfully in AWS, but the plan/apply fail because of this error. The error doesn't occur with "aws_ec2_network_insights_path" "source" set to "aws_network_interface.id"
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Plan/apply resource to see the error.
Change to:
to see resource being created without error
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: