-
Notifications
You must be signed in to change notification settings - Fork 119
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
Import of bigip_ltm_virtual_server crashes terraform #729
Comments
Hi @yunal, may i know why it is used as https://developer.hashicorp.com/terraform/language/resources/syntax |
You are right indeed, and also "<" and ">" is not allowed in resource names. I've censored the config because this is actual configuration from our BigIP and the names would give away technologies and products we use which we might not like that random people on the internet know. Also I suspect that the developer to debug this needs access to our actual configuration. Therefore I've also entered a bug with BigIP referencing this github ticket and given them our complete BigIP config so they can test this. |
@yunal , i dont see any issue import with basic virtual server, can you please create support case with config and debug logs if need further help |
Yes, asI said I have importet many VIPs without issue. And as I said I've opened a case and shared config with f5. |
@RavinderReddyF5 - sorry I've been argumentative and that was uncalled for. |
Here is my script to generate terraform resources from a running bigip https://github.com/schibsted/bigip-to-terraform |
@RavinderReddyF5 I created an escalation case 00323427. According to my lab test, Set "traffic-matching-criteria" to none, import works as expected. ltm virtual /Common/VS-name { ip-protocol tcp pool /Common/pool-name profiles { /Common/tcp { } } serverssl-use-sni disabled traffic-matching-criteria /Common/traffic-matching-criteria-name ###### with this set to not "NONE" translate-address enabled translate-port enabled } |
Hi, we are tracking this in our backlog, internal ID: INFRAANO-993. |
Our F5 contact for this issue reverted today:
So I'm awaiting the February release. |
Environment
Summary
plugin crashes while importing bigip_ltm_virtual_server resource
Steps To Reproduce
Steps to reproduce the behavior:
Made skeleton resource to allow import:
Issued import command:
terraform import bigip_ltm_virtual_server.<sensitive> /Common/<sensitive>
Expected Behavior
Successful import.
Actual Behavior
Crash. See log. This happens with at least two VIPs. Otherwise all the VIPs get imported with no issue.
I can provide VIP definition etc through more secure f5 support channels.
The text was updated successfully, but these errors were encountered: