Skip to content

ovh.IamResourceTags does not seem to work #404

@pdesgarets

Description

@pdesgarets

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions