-
Notifications
You must be signed in to change notification settings - Fork 116
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
Terraform crashes when trying to specify boot_device_order_list for a vm resource #28
Comments
Hello @myllyja, I found the problem, the thing is that we have to initialize the BootConfig struct. I'll fix as soon as possible. Thank you for reporting this! |
Hi @marinsalinas, I don't see any code changes in any branches here or any PRs for this issue. Does this require a change somewhere else or why was this issue closed? |
im assuming he accidentally hit the close and comment button instead of comment, reopening |
Hello @myllyja, I left the PR where I fixed, but unfortunately we can't merge because there is a API issue. |
Hi @marinsalinas do you have an update? Im experiencing the same issue with the following specs: Terraform v0.12.28
This feature is important for rancher users! |
@krausexb @myllyja, @yannickstruyf3 can you confirm if the issue is gone building the provider from if you need assistance compiling this provider just let me know. |
@marinsalinas it works🔥 thanks for implementing this feature! |
Read credentials by env variables in test
* Feat/v4 recovery points on v4-recovery-points (#26) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * Feat/v4 replicate recovery points on v4 recovery points (#27) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * implement recovery point replicate in progress * implementation of recovery point replication * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement acc test for recovery point replication * add examples for recovery point replication * add docs for recovery point replication * add replicated_rp_ext_id attribute to store the replicated recovery point uuid * Feat/v4 recovery points on v4 data protection (#28) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * Feat/v4 recovery point restore on v4-data-protection (#29) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement recovery point restore resource * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * remove commented code * acc tests for recovery point restore * examples for recovery point restore * examples for recovery point restore * docs for recovery point restore * Feat/v4 vm recovery point info (#30) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement recovery point restore resource * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * remove commented code * acc tests for recovery point restore * examples for recovery point restore * examples for recovery point restore * docs for recovery point restore * implement vm recovery point info * Acc tests for vm recovery point info * examples for vm recovery point info * docs for vm recovery point info * fix links schema
Describe the bug
When I try to specify boot_device_order_list for a VM it causes Terraform crash.
Expected behavior
I expect the VM to be created with the proper attribute set to the value specified.
Logs
If you've got any logs/outputs, attach them
And the crash.log:
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: