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

data-source/aws_iam_policy_document: Add version argument #6699

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Dec 4, 2018

Replaces #5304
Closes #744

Output from acceptance testing:

--- PASS: TestAccAWSDataSourceIAMPolicyDocument_noStatementMerge (8.47s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_noStatementOverride (8.56s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_sourceConflicting (8.60s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_basic (8.63s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_override (8.88s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_duplicateSid (9.39s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_source (12.46s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_Version_20081017 (12.68s)

Output from acceptance testing:

```
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_noStatementMerge (8.47s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_noStatementOverride (8.56s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_sourceConflicting (8.60s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_basic (8.63s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_override (8.88s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_duplicateSid (9.39s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_source (12.46s)
--- PASS: TestAccAWSDataSourceIAMPolicyDocument_Version_20081017 (12.68s)
```
@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/iam Issues and PRs that pertain to the iam service. labels Dec 4, 2018
@bflad bflad requested a review from a team December 4, 2018 05:23
@ghost ghost added size/L Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Dec 4, 2018
Copy link
Member

@mbfrahry mbfrahry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bflad bflad added this to the v1.51.0 milestone Dec 4, 2018
@bflad bflad merged commit 3500ba4 into master Dec 4, 2018
@bflad bflad deleted the f-aws_iam_policy_document-version-v2 branch December 4, 2018 17:11
bflad added a commit that referenced this pull request Dec 4, 2018
@bflad
Copy link
Contributor Author

bflad commented Dec 5, 2018

This has been released in version 1.51.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/iam Issues and PRs that pertain to the iam service. size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Version Selection in policy_document data sources
2 participants