opentelekomcloud / terraform-provider-opentelekomcloud

Terraform OpenTelekomCloud provider
https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest
Mozilla Public License 2.0
87 stars 78 forks source link

opentelekomcloud_ecs_instance_v1 does not support ecs groups (scheduler_hints) #2665

Open sekoban opened 5 days ago

sekoban commented 5 days ago

Support ECS Groups with opentelekomcloud_ecs_instance_v1

As described in the API Documentation ECS groups (os:scheduler_hints) can be set along with the creation of an ECS instance, but the module opentelekomcloud_ecs_instance_v1 doesn't seem to support that. However, the module opentelekomcloud_compute_instance_v2 does support it.