Skip to content

TF docs translation bug #2427

Open
Open

Description

File: themes/default/content/docs/reference/pkg/aws/organizations/account/_index.md

This

Certain resource arguments, like role_name......

Should be

Certain resource arguments, like roleName, do not have an Organizations API method for reading the information after account creation. If the argument is set in the Pulumi configuration on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi configuration or use ignoreChanges to hide the difference, e.g.

const account = new aws.organizations.Account("account", {
    email: "john@doe.org",
}, {     
        ignoreChanges: ["roleName"]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    area/docsImprovements or additions to documentationkind/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