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

Pull in shipped resource updates + deps #587

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/mql/resources/aws-pack/aws.iam.group.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ The `aws.iam.group` resource provides fields for assessing the configuration of

**Fields**

| ID | TYPE | DESCRIPTION |
| ---------- | ---------------- | ------------------------------------------ |
| arn | string | ARN of the group |
| id | string | ID of the group |
| name | string | Name of the group |
| createDate | time | Time when the group was created |
| usernames | []string | List of usernames that belong to the group |
| ID | TYPE | DESCRIPTION |
| ---------- | ---------------- | ---------------------------------------------------------- |
| arn | string | ARN of the group |
| id | string | ID of the group |
| name | string | Name of the group |
| createDate | time | Time when the group was created: deprecated, use createdAt |
| createdAt | time | Time when the group was created |
| usernames | []string | List of usernames that belong to the group |
1 change: 1 addition & 0 deletions docs/mql/resources/aws-pack/aws.rds.dbcluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ The `aws.rds.dbcluster` resource provides fields for assessing the configuration
| networkType | string | Network type of the DB instance |
| preferredMaintenanceWindow | string | Preferred maintenance window for the database cluster |
| preferredBackupWindow | string | Preferred backup window for the database cluster |
| httpEndpointEnabled | bool | Whether the HTTP API endpoint is enabled |
2 changes: 1 addition & 1 deletion docs/mql/resources/aws-pack/aws.rds.dbinstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The `aws.rds.dbinstance` resource provides fields for assessing the configuratio
| storageType | string | Type of storage provisioned on the instance |
| region | string | Region where the instance exists |
| availabilityZone | string | Availability zone where the instance exists |
| publiclyAccessible | bool | Whether the instance is publicly accessible |
| publiclyAccessible | bool | Whether the instance is publicly accessible. Note: This will only return a value for non-Aurora Multi-AZ DB clusters |
| enabledCloudwatchLogsExports | []string | List of log types the instance is configured to export to CloudWatch logs |
| deletionProtection | bool | Whether deletion protection is enabled |
| multiAZ | bool | Whether the instance is a Multi-AZ deployment |
Expand Down
Loading
Loading