Question regarding duplicate resources #1188
-
Hi, I wonder why there are some resources that are doing basically the same, but have a different name and a slightly different spec. Examples are:
Is there some recommendation which one I should use to create a certain resource? |
Beta Was this translation helpful? Give feedback.
Answered by
outcatcher
Jul 1, 2021
Replies: 1 comment 2 replies
-
For
For images difference again in the API used:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
0xd3e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
opentelekomcloud_compute_instance_v2
andopentelekomcloud_ecs_instance_v1
:opentelekomcloud_compute_instance_v2
uses OpenStack-compatible APIopentelekomcloud_ecs_instance_v1
uses OTC-native APIGenerally, the choice between them depends on how are you accustomed to OpenStack. On the pros of the
ecs_instance_v1
- sometimes when server creation fails on some late stage, usingcompute_instance_v2
will leave faulty instance behind, andecs_instance_v1
will remove it.For images difference again in the API used:
ims_image
(OTC-specific): https://docs.otc.t-systems.com/en-us/api/ims/en-us_topic_0135460761.htmlimage_image
(Native OpenStack): https://docs.otc.t-systems.com/en-us/api/ims/…