Move SKE Enable/Disable to the Service Enablement API (#467)

This commit is contained in:
Diogo Ferrão 2024-07-16 13:42:01 +01:00 committed by GitHub
parent e3da2ebbb4
commit 02c4ad72b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 72 additions and 42 deletions

View file

@ -10,6 +10,10 @@ import (
"github.com/hashicorp/terraform-plugin-framework/types"
)
const (
SKEServiceId = "cloud.stackit.ske"
)
// ReconcileStringSlices reconciles two string lists by removing elements from the
// first list that are not in the second list and appending elements from the
// second list that are not in the first list.