Move SKE Enable/Disable to the Service Enablement API (#467)
This commit is contained in:
parent
e3da2ebbb4
commit
02c4ad72b0
5 changed files with 72 additions and 42 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue