-
Notifications
You must be signed in to change notification settings - Fork 9
ovh.IamResourceTags does not seem to work #404
Copy link
Copy link
Open
Description
When trying to create tags, I always get
error: ovh:index/iamResourceTags:IamResourceTags resource 'iamResourceTagsResource' has a problem: Missing required argument. The argument "urn" is required, but no definition was found.. Examine values at 'iamResourceTagsResource.urn'.
Code :
const iamResourceTagsResource = new ovh.IamResourceTags("iamResourceTagsResource", {
urn: "urn:v1:eu:resource:publicCloudProject:[redacted]",
tags: {
myTag: "test",
},
});Urn was retrieved using ovhcloud cli. Same issue with a urn retrieved from a public cloud project created altogether.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels