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

Fix bad advice on using ".name" property of Role while ignoring path #6285

Merged

Commits on Oct 26, 2018

  1. Fix bad advice on using ".name" property of Role while ignoring path

    - When creating an IAM Role with a non-default path (anything other than
    "/"), it is not sufficient to use only the "name" property of the Role
    when referring to it from the Glue Crawler resource (and probably
    others as well). Therefore, in the examples I have replaced usage of
    "name" with usage of "arn", and I updated the documentation on the
    "role" argument of the aws_glue_crawler resource to clarify the meaning
    of "The IAM role" which was not well-defined.
    - Relevant Terraform version: This update can be deployed to the site
    immediately, it is not specific to an upcoming version of Terraform.
    rehevkor5 committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    53cb30c View commit details
    Browse the repository at this point in the history