Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF docs translation bug #2427

Open
Tracked by #3780 ...
thrixton opened this issue Jul 21, 2021 · 1 comment
Open
Tracked by #3780 ...

TF docs translation bug #2427

thrixton opened this issue Jul 21, 2021 · 1 comment
Labels
area/docs Improvements or additions to documentation kind/bug Some behavior is incorrect or out of spec

Comments

@thrixton
Copy link

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: "[email protected]",
}, {     
        ignoreChanges: ["roleName"]
});
@corymhall
Copy link
Contributor

Still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants