AWS plugin v0.139.0 - Added aws_route53_vpc_association_authorization table
Jun 15, 2024•plugin
What's new?
- New tables added
- aws_route53_vpc_association_authorization (#2199) (Thanks @jramosf for the contribution!)
Enhancements
- Updated
aws_s3_bucket
,aws_s3_bucket_intelligent_tiering_configuration
,aws_s3_object
andaws_s3_object_version
tables to useHeadBucket
API instead ofGetBucketLocation
to fetch the region that the bucket resides in. (#2082) (Thanks @pdecat for the contribution!) - Added column
create_time
toaws_ec2_key_pair
table. (#2196) (Thanks @kasadaamos for the contribution!) - Added
instance_type
column as an optional qual to theaws_ec2_instance_type
table. (#2200)
Bug fixes
- Fixed the
akas
column inaws_health_affected_entity
table to correctly return data instead of an error by handling events that do not have anyARN
. (#2189) - Fixed
cname
andendpoint_url
columns ofaws_elastic_beanstalk_environment
table to correctly return data instead ofnull
. (#2201) - Fixed the
aws_api_gatewayv2_*
tables to correctly return data instead of an error by excluding support for the new unsupportedil-central-1
region. (#2190)