eclipse-xpanse / xpanse

xpanse is here to make native managed cloud services configurable and portable.
https://eclipse.dev/xpanse/
Apache License 2.0
22 stars 17 forks source link

ServiceConfigurationParameter - Extend the parameter with resource information #1788

Closed swaroopar closed 6 days ago

swaroopar commented 1 month ago

For each ServiceConfigurationParameter, it is necessary to add the resource information to which the configuration parameter belongs to. Using this, we can decide on which VM we must run the configuration change

for the example below, resource name is "kafka-broker" and type is "huaweicloud_compute_instance" and resource name is

resource "huaweicloud_compute_instance" "kafka-broker" {}
WangLiNaruto commented 1 month ago

let me do it