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

resource/aws_ram_resource_share: Add arn attribute #7634

Merged
merged 1 commit into from
Mar 1, 2019

Commits on Feb 21, 2019

  1. resource/aws_ram_resource_share: Add arn attribute

    While the ARN was already present in the `id` attribute, most resources that have an ARN follow the pattern of having an `arn` attribute.
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAwsRamResourceShare_basic (9.85s)
    --- PASS: TestAccAwsRamResourceShare_Name (15.21s)
    --- PASS: TestAccAwsRamResourceShare_AllowExternalPrincipals (15.60s)
    --- PASS: TestAccAwsRamResourceShare_Tags (22.71s)
    ```
    bflad committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c7d129e View commit details
    Browse the repository at this point in the history