fix: try fix errors
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI run tests (pull_request) Failing after 24m39s
CI Workflow / CI run build and linting (pull_request) Successful in 24m55s
CI Workflow / Code coverage report (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled

This commit is contained in:
Marcel S. Henselin 2026-02-16 20:09:09 +01:00
parent f05e90c35a
commit a560cb434a
9 changed files with 441 additions and 32 deletions

View file

@ -207,6 +207,12 @@ func (r *instanceResource) Create(ctx context.Context, req resource.CreateReques
)
return
}
fmt.Printf("\n\n\n >>>>>> DEBUG <<<<< \n%+v\n\n\n", payload)
tflog.Debug(ctx, "\n\n\n >>>>>> DEBUG <<<<< \n\n\n", map[string]interface{}{
"encryption": payload.Encryption,
})
// Create new Instance
createResp, err := r.client.CreateInstanceRequest(
ctx,