-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Crash in terraform plan when comparing to nsg rule with IP list #464
Comments
Can you share a TF script for me so that I can reproduce? |
Really need your TF script. I don't see a way to add multiple IP addresses to the source_address_prefix property. Also do you have the latest terraform and azure provider? |
The issue can be reproduced by going into the Azure portal and creating an IP list manually, not through terraform and the AzureRM provider. If you do that, then a terraform plan where the IP list is not part of your managed resources causes the crash. |
OK, thank you for the clarification! I was able to reproduce your bug...investigating now... |
Fixed in #492 |
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
0.10.7
Affected Resource(s)
Expected Behavior
Should have tried to delete the rule, since it's in Azure but not in my config.
When I remove the rule from Azure, terraform plan does not crash.
Actual Behavior
Crash:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered: