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

Column account_password_present for aws_iam_account_summary Table #2346

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

dbermuehler
Copy link
Contributor

This PR adds the column account_password_present to the aws_iam_account_summary table. This column indicates if the root password for the account has been set or not.

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select sp_connection_name AS account, account_password_present from aws_iam_account_summary
+------------------+--------------------------+
| account          | account_password_present |
+------------------+--------------------------+
| test_aws_account | true                     |
+------------------+--------------------------+

@misraved misraved merged commit 28d08ae into turbot:main Nov 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants