Skip to content

Docs update for AppRole resources #6946

Open
@gooneer96

Description

@gooneer96

File: themes/default/content//registry/packages/vault/api-docs/approle/authbackendrolesecretid

In the provided code example for Python there's bad module used "app_role" for all resources under appRole for vault provider:

example = vault.app_role.AuthBackendRole("example",
    backend=approle.path,
    role_name="test-role",
    token_policies=[
        "default",
        "dev",
        "prod",
    ])

I believe it should be approle.

Not really an issue, just letting you know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/api-docsGenerated API docs, generated from providers. For hand-written docs, see area/docs.awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/bugSome behavior is incorrect or out of spec

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions