You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The aws_ec2_kay_pair table is missing the CreateTime field.
Steampipe version (steampipe -v) Steampipe v0.23.2
Plugin version (steampipe plugin list) hub.steampipe.io/plugins/turbot/aws@latest | 0.138.0
To reproduce
> .inspect aws_ec2_key_pair
+--------------------+-------+-------------------------------------------------+
| column | type | description |
+--------------------+-------+-------------------------------------------------+
| _ctx | jsonb | Steampipe context in JSON form. |
| account_id | text | The AWS Account ID in which the resource is loc |
| | | ated. |
| akas | jsonb | Array of globally unique identifier strings (al |
| | | so known as) for the resource. |
| key_fingerprint | text | If key pair was created using CreateKeyPair, th |
| | | is is the SHA-1 digest of the DER encoded priva |
| | | te key. If key pair was created using ImportKey |
| | | Pair to provide AWS the public key, this is the |
| | | MD5 public key fingerprint as specified in sec |
| | | tion 4 of RFC4716 |
| key_name | text | The name of the key pair |
| key_pair_id | text | The ID of the key pair |
| partition | text | The AWS partition in which the resource is loca |
| | | ted (aws, aws-cn, or aws-us-gov). |
| region | text | The AWS Region in which the resource is located |
| | | . |
| sp_connection_name | text | Steampipe connection name. |
| sp_ctx | jsonb | Steampipe context in JSON form. |
| tags | jsonb | A map of tags for the resource. |
| tags_src | jsonb | A list of tags assigned to the key pair |
| title | text | Title of the resource. |
+--------------------+-------+-------------------------------------------------+
Expected behavior
Have the table include the values of the CreateTime field of the ec2 keypair objects.
Describe the bug
The
aws_ec2_kay_pair
table is missing theCreateTime
field.Steampipe version (
steampipe -v
)Steampipe v0.23.2
Plugin version (
steampipe plugin list
)hub.steampipe.io/plugins/turbot/aws@latest | 0.138.0
To reproduce
Expected behavior
Have the table include the values of the
CreateTime
field of the ec2 keypair objects.Additional context
Discussed on Slack here: https://turbot-community.slack.com/archives/C01UECB59A7/p1716362091083279
The text was updated successfully, but these errors were encountered: