AWS plugin v0.133.0 - Added aws_acmpca_certificate_authority aws_dms_endpoint aws_dms_replication_task aws_docdb_cluster_snapshot and aws_transfer_user tables and fixed template_body_json column in table aws_cloudformation_stack
Mar 15, 2024•plugin
What's new?
- New tables added
- aws_acmpca_certificate_authority (#2125)
- aws_dms_endpoint (#1992)
- aws_dms_replication_task (#2110)
- aws_docdb_cluster_snapshot (#2123)
- aws_transfer_user (#2089) (Thanks @jramosf for the contribution!)
Enhancements
- Added
auto_minor_version_upgrade
column toaws_rds_db_cluster
table. (#2109) - Added
open_zfs_configuration
column toaws_fsx_file_system
table. (#2113) - Added
logging_configuration
column toaws_networkfirewall_firewall
table. (#2115) - Added
lf_tags
column toaws_glue_catalog_table
table. (#2128)
Bug fixes
- Fixed the query in the
aws_s3_bucket
table doc to correctly filter out buckets without theapplication
tag. (#2093) - Fixed the
aws_cloudtrail_lookup_event
input param to pass correctlyend_time
as an optional qual. (#2102) - Fixed the
arn
column of theaws_elastic_beanstalk_environment
table to correctly return data instead ofnull
. (#2105) - Fixed the
template_body_json
column of theaws_cloudformation_stack
table to correctly return data by adding a new transform functionformatJsonBody
, replacing theUnmarshalYAML
transform function. (#1959) - Fixed the
next_execution_time
column ofaws_ssm_maintenance_window
table to be ofString
datatype instead ofTIMESTAMP
. (#2116) - Renamed the
client_log_options
column toconnection_log_options
inaws_ec2_client_vpn_endpoint
table to correctly return data instead ofnull
. (#2122)