-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
New Data Source: aws_iam_users #20877
New Data Source: aws_iam_users #20877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccAWSIAMUsersDataSource_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSIAMUsersDataSource_ -timeout 180m
=== RUN TestAccAWSIAMUsersDataSource_nameRegex
=== PAUSE TestAccAWSIAMUsersDataSource_nameRegex
=== RUN TestAccAWSIAMUsersDataSource_pathPrefix
=== PAUSE TestAccAWSIAMUsersDataSource_pathPrefix
=== RUN TestAccAWSIAMUsersDataSource_nonExistentNameRegex
=== PAUSE TestAccAWSIAMUsersDataSource_nonExistentNameRegex
=== RUN TestAccAWSIAMUsersDataSource_nonExistentPathPrefix
=== PAUSE TestAccAWSIAMUsersDataSource_nonExistentPathPrefix
=== CONT TestAccAWSIAMUsersDataSource_nameRegex
=== CONT TestAccAWSIAMUsersDataSource_nonExistentPathPrefix
=== CONT TestAccAWSIAMUsersDataSource_nonExistentNameRegex
=== CONT TestAccAWSIAMUsersDataSource_pathPrefix
--- PASS: TestAccAWSIAMUsersDataSource_nonExistentNameRegex (9.40s)
--- PASS: TestAccAWSIAMUsersDataSource_nonExistentPathPrefix (9.46s)
--- PASS: TestAccAWSIAMUsersDataSource_pathPrefix (11.75s)
--- PASS: TestAccAWSIAMUsersDataSource_nameRegex (12.00s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 15.228s
@kamilturek Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.60.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
This PR adds new data source -
aws_iam_users
.Community Note
Closes #20682.
Output from acceptance testing: