scaleway / crossplane-provider-scaleway

Crossplane Scaleway Provider
Apache License 2.0
21 stars 10 forks source link

Missing organization_id / possible to set it in the provider config? #29

Closed 3deep5me closed 5 months ago

3deep5me commented 9 months ago

Hi all,

we tried to apply the project-resource. The error was a bit confusing:

apply failed: scaleway-sdk-go: invalid argument(s): organization_id is wrongly formatted, value must be a valid UUID:

But after setting organizationId under forProvider in the creation of the managed-resource worked.

Is there a possibility to set the organization_id in the provider config? I tried it with organization_id in the secret without success.