-
Notifications
You must be signed in to change notification settings - Fork 114
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
Consider replacing satori/go.uuid #31
Labels
Comments
yannickstruyf3
pushed a commit
to yannickstruyf3/terraform-provider-nutanix
that referenced
this issue
Nov 9, 2021
29-Network Security Rules Client
abhimutant
pushed a commit
that referenced
this issue
Dec 9, 2024
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This library does not seem to be maintained anymore per satori/go.uuid#83 (and mentioned in a few other issues).
It seems that some other folks have switched over to https://github.com/gofrs/uuid
Alternatively HashiCorp maintains this library https://github.com/hashicorp/go-uuid
Would there be an interest in a PR which replaces the dependency? Is there any preference?
The text was updated successfully, but these errors were encountered: