-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update terraform aws to v5 #354
base: main
Are you sure you want to change the base?
Conversation
7de3683
to
b738171
Compare
496cf50
to
8ec4858
Compare
1c3f491
to
3cbec75
Compare
Kudos, SonarCloud Quality Gate passed!
|
7b1a7fb
to
7622699
Compare
Kudos, SonarCloud Quality Gate passed!
|
652c86b
to
2d8b9e5
Compare
2d8b9e5
to
688fcdb
Compare
688fcdb
to
06ec680
Compare
ce07c9f
to
34da187
Compare
615347a
to
43c7ef9
Compare
43c7ef9
to
6cd830e
Compare
8c6366c
to
dcd66bc
Compare
c83b3d7
to
0f8b311
Compare
17536ac
to
2a6b3a6
Compare
db4e3ae
to
57f9a19
Compare
57f9a19
to
8d02f63
Compare
8d02f63
to
61d0d6a
Compare
bfb5698
to
c29f1f9
Compare
63a9844
to
3f5f7a4
Compare
9b55b8a
to
906f175
Compare
14a249a
to
72a20c8
Compare
c514c57
to
1734484
Compare
2e7e392
to
37dc686
Compare
37dc686
to
1b17ed0
Compare
6dce41a
to
e147c4a
Compare
2f456f0
to
ed93b54
Compare
ed93b54
to
4bc1b03
Compare
4bc1b03
to
6914429
Compare
|
This PR contains the following updates:
4.67.0
->5.89.0
Release Notes
hashicorp/terraform-provider-aws (aws)
v5.89.0
Compare Source
FEATURES:
aws_macie2_organization_configuration
(#41475)aws_neptunegraph_graph
(#41216)aws_quicksight_role_membership
(#41589)aws_rds_shard_group
(#41254)aws_xray_resource_policy
(#41517)ENHANCEMENTS:
configuration
argument (#41524)cluster_scalability_type
attribute (#41254)database_insights_mode
attribute (#41254)application/yaml
to the list ofContent-Type
s that return a body (#41443)application/yaml
to the list ofContent-Type
s that return a body (#41443)checksum_crc64nvme
attribute (#41015)400Gbps
as a supportedconnections_bandwidth
value (#41547)target_tracking_configuration.customized_metric_specification.period
argument to support high-resolution metrics (#41385)RequiredWith
validationpassword_wo
andpassword_wo_version
. RemovePreferWriteOnlyAttribute
validation (#41562)RequiredWith
validationmaster_password_wo
andmaster_password_wo_version
. RemovePreferWriteOnlyAttribute
validation (#41562)25Gbps
and400Gbps
as supportedbandwidth
values (#41547)25Gbps
as a supportedbandwidth
value (#41547)network_interfaces.ena_srd_specification
configuration block (#41367)enable_zonal_shift
support for Application Load Balancers (#41335)tags
to be updated in-place (#41266)tags
to be updated in-place (#41266)tags
to be updated in-place (#41266)tags
to be updated in-place (#41266)secondary_private_ip_address_count
tosecondary_private_ip_addresses
for private NAT Gateways (#41403)RequiredWith
validationmaster_password_wo
andmaster_password_wo_version
. RemovePreferWriteOnlyAttribute
validation (#41562)cluster_scalability_type
argument (#41254)database_insights_mode
argument (#41254)""
as a valid value forengine_mode
(#41254)iam-db-auth-error
as a valid value forenabled_cloudwatch_logs_exports
(#41408)RequiredWith
validationmaster_password_wo
andmaster_password_wo_version
. RemovePreferWriteOnlyAttribute
validation (#41562)RequiredWith
validationadmin_user_password_wo
andadmin_user_password_wo_version
. RemovePreferWriteOnlyAttribute
validation (#41562)data_redundancy
isSingleLocalZone
iflocation.type
isLocalZone
(#40944)checksum_crc64nvme
attribute (#41015)checksum_crc64nvme
attribute (#41015)RequiredWith
validationsecret_string_wo
andsecret_string_wo_version
. RemovePreferWriteOnlyAttribute
validation (#41562)PreferWriteOnlyAttribute
validation (#41562)BUG FIXES:
s3_delivery_configuration.suffix_path
(#41497)spot_options.max_total_price
,spot_options.min_target_capacity
,spot_options.single_instance_type
, andspot_options.single_availability_zone
arguments (#41272)routing_http_response_server_enabled
,routing_http_response_strict_transport_security_header_value
,routing_http_response_access_control_allow_origin_header_value
,routing_http_response_access_control_allow_methods_header_value
,routing_http_response_access_control_allow_headers_header_value
,routing_http_response_access_control_allow_credentials_header_value
,routing_http_response_access_control_expose_headers_header_value
,routing_http_response_access_control_max_age_header_value
,routing_http_response_content_security_policy_header_value
,routing_http_response_x_content_type_options_header_value
,routing_http_response_x_frame_options_header_value
,routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name
,routing_http_request_x_amzn_mtls_clientcert_issuer_header_name
,routing_http_request_x_amzn_mtls_clientcert_subject_header_name
,routing_http_request_x_amzn_mtls_clientcert_validity_header_name
,routing_http_request_x_amzn_mtls_clientcert_leaf_header_name
,routing_http_request_x_amzn_mtls_clientcert_header_name
,routing_http_request_x_amzn_tls_version_header_name
, androuting_http_request_x_amzn_tls_cipher_suite_header_name
are updated iftcp_idle_timeout_seconds
does not change (#41299)status
andtags
can be updated in-place (#41266)secondary_allocation_ids
to be updated in-place (#41403)master_username
validation (#41556)InvalidRequest
error whenrule.and.object_size_less_than
not set. (#41542)v5.88.0
Compare Source
NOTES:
rule.expiration.expired_object_delete_marker
is set with eitherrule.expiration.date
orrule.expiration.days
. While historically the provider allowed this invalid configuration, the migration of this resource to the Terraform Plugin Framework inv5.86.0
resulted in this misconfiguration surfacing as a hardinconsistent result after apply
error. This diagnostic aims to direct users how to resolve the issue at plan time. See this issue comment for additional context. (#41462)FEATURES:
aws_cloudwatch_contributor_managed_insight_rules
(#41472)aws_cloudwatch_contributor_managed_insight_rule
(#41449)aws_qbusiness_application
(#35249)ENHANCEMENTS:
video_data_delivery_enabled
argument (#41317)password_wo
write-only attribute (#41366)master_password_wo
write-only attribute (#41413)storage_descriptor.additional_locations
argument (#41434)master_password_wo
write-only attribute (#41411)admin_user_password_wo
write-only attribute (#41412)secret_string_wo
write-only attribute (#41371)BUG FIXES:
scaling_configuration
is not empty. (#41377)sub_domain
(#36961)embedding_data_delivery_enabled
,image_data_delivery_enabled
, andtext_data_delivery_enabled
arguments as optional with default value oftrue
(#41317)v5.87.0
Compare Source
FEATURES:
aws_cloudwatch_contributor_insight_rule
(#41373)ENHANCEMENTS:
export_type
andincremental_export_specification
arguments (#41303)parameters.s3.role_arn
argument to allow override an account-wide role for a specific S3 data source (#41284)master_password_wo
write-only attribute (#41314)stream_processor_arn
in favor ofarn
. (#41271)value_wo
write-only attribute (#40952)service_network_log_type
argument (#41304)BUG FIXES:
on_demand_throughput
andglobal_secondary_index.*.on_demand_throughput
attributes to resolve read error (#41350)OperationInProgress
errors (#41388)v5.86.1
Compare Source
BUG FIXES:
AccessDeniedError
attempting to list tags (#41295)AccessDeniedError
attempting to list tags (#41295)sns_topic_name
shows perpectual diff when an ARN of a SNS topic from a different region is specified (#41279)rule[*].prefix
is an empty string. (#41296)v5.86.0
Compare Source
NOTES:
prefix
, the Terraform plan will show the removal ofprefix
from state. This is expected, and should not occur on subsequent plans. (#41159)ENHANCEMENTS:
monitoring_interval
andmonitoring_role_arn
attributes (#41002)us-isof-east-1
andus-isof-south-1
as valid AWS Regions (#41243)security_service_policy_data.policy_option.network_acl_common_policy
argument to allow creation of FMS-managed NACL rules (#41219)monitoring_interval
andmonitoring_role_arn
arguments (#41002)timeouts
. (#41232)BUG FIXES:
tags_all
value (#41256)instance_lifecycle
isspot
(#41206)panic: runtime error: invalid memory address or nil pointer dereference
when deleting the resource would otherwise return an error (#41260)transition_default_minimum_object_size
(#41159)rule
during import (#41205)v5.85.0
Compare Source
NOTES:
FEATURES:
aws_vpc_ipam
(#40459)aws_vpc_ipams
(#40459)aws_secretsmanager_random_password
(#41106)aws_guardduty_member_detector_feature
(#35625)aws_route53domains_domain
(#37885)aws_timestreamquery_scheduled_query
(#41145)aws_vpclattice_resource_configuration
(#41019)aws_vpclattice_service_network_resource_association
(#41057)ENHANCEMENTS:
arn
attribute (#41086)arn
attribute (#41087)arn
attribute (#41084)network_interfaces.connection_tracking_specification
attribute (#41184)connector_profile_config.connector_profile_properties.salesforce.use_privatelink_for_metadata_and_authorization
argument (#41175)target_tracking_configuration.customized_metric_specification.metrics.metric_stat.period
argument to support high-resolution metrics (#41066)data_source_configuration.confluence_configuration
,data_source_configuration.salesforce_configuration
,data_source_configuration.share_point_configuration
, anddata_source_configuration.web_configuration
arguments (#40711)knowledge_base_configuration.vector_knowledge_base_configuration.embedding_model_configuration
andknowledge_base_configuration.vector_knowledge_base_configuration.supplemental_data_storage_configuration
arguments (#40737)sns_topic_arn
attribute (#41168)suspend
argument (#40607)invocation_connectivity_parameters
argument (#41144)arn
attribute (#41087)arn
attribute (#41084)enable_fault_injection
argument (#41078)network_interfaces.connection_tracking_specification
argument (#41184)concurrent_jobs
argument (#41012)create
timeout (#40972)orchestration_sending_role_arn
argument (#41043)kms_key_identifier
argument (#41082)instance
as a valid value forenabled_cloudwatch_logs_exports
(#41111)tags
argument andtags_all
attribute (#41192)resource_configuration_arn
andservice_network_arn
arguments to support creating VPC Endpoints of typeResource
andServiceNetwork
(#41116)BUG FIXES:
created_date
andlast_modified_date
attributes (#41105)sort_ascending
to sort in ascending order (#40529)role_arn
argument (#41072)Provider produced inconsistent result after apply
errors fors3_delivery_configuration.enable_hive_compatible_path
(#41122)field_delimiter
as Computed (#41122)provider_name
to count UTF-8 characters properly (#41187)name
to count UTF-8 characters properly (#41187)callback_urls,
default_redirect_uri,
logout_urls, and
supported_identity_providers` to count UTF-8 characters properly (#41187)panic: interface conversion: interface {} is float64, not string
(#41096)InvalidParameterCombination
error during update (#40969)name
,name_prefix
, andpath
without forcing new resource (#41186)invitation_id
when calling theAcceptInvitation
API (#41163)v5.84.0
Compare Source
NOTES:
FEATURES:
aws_eks_cluster_auth
(#40660)aws_media_packagev2_channel_group
(#38406)ENHANCEMENTS:
uefi_data
attribute (#40210)bandwidth_weightings
,boot_modes
,default_network_card_index
,efa_maximum_interfaces
,ena_srd_supported
,inference_accelerators.memory_size
,media_accelerators
,network_cards
,neuron_devices
,nitro_enclaves_support
,nitro_tpm_support
,nitro_tpm_supported_versions
,phc_support
,supported_cpu_features
,total_inference_memory
,total_media_memory
, andtotal_neuron_device_memory
attributes (#40717)mx-central-1
AWS Region (#40940)mx-central-1
AWS Region (#40940)mx-central-1
AWS Region (#40940)mx-central-1
as a valid AWS Region (#40940)uefi_data
argument (#40210)uefi_data
attribute (#40210)uefi_data
attribute (#40210)userIdentity.arn
to advanced_event_selector.field_selector (#40629)engine
is now case insensitive (#40794)engine
is now case insensitive (#40794)arn
attribute (#40930)arn
attribute (#40930)arn
attribute (#40930)arn
attribute (#40930)routing_http_response_server_enabled
,routing_http_response_strict_transport_security_header_value
,routing_http_response_access_control_allow_origin_header_value
,routing_http_response_access_control_allow_methods_header_value
,routing_http_response_access_control_allow_headers_header_value
,routing_http_response_access_control_allow_credentials_header_value
,routing_http_response_access_control_expose_headers_header_value
,routing_http_response_access_control_max_age_header_value
,routing_http_response_content_security_policy_header_value
,routing_http_response_x_content_type_options_header_value
,routing_http_response_x_frame_options_header_value
,routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name
,routing_http_request_x_amzn_mtls_clientcert_issuer_header_name
,routing_http_request_x_amzn_mtls_clientcert_subject_header_name
,routing_http_request_x_amzn_mtls_clientcert_validity_header_name
,routing_http_request_x_amzn_mtls_clientcert_leaf_header_name
,routing_http_request_x_amzn_mtls_clientcert_header_name
,routing_http_request_x_amzn_tls_version_header_name
, androuting_http_request_x_amzn_tls_cipher_suite_header_name
arguments in support of HTTP header modification (#40736)triggers
argument to support synchronization with upstream CloudWatch alarm changes (#40918)production_variants.managed_instance_scaling
andshadow_production_variants.managed_instance_scaling
to0
(#40882)BUG FIXES:
ingress_vpc_configuration
,name
, andservice_arn
to ForceNew (#40927)location URI global ID and subdirectory (...) does not match pattern "..."
errors on Read whens3_bucket_arn
is an S3 on Outposts access point (#40929)volume.configure_at_launch
andvolume.docker_volume_configuration
(#40853)v5.1.0
with aninput
that cannot be marshaled into amap[string]interface{}
(#40958)v5.1.0
with no configuration changes (#40958)broker_node_group_info.0.storage_info.0.ebs_storage_info.0.provisioned_throughput
is unset (#40910)broker_node_group_info.0.storage_info.0.ebs_storage_info.0.provisioned_throughput
block is removed (#40910)v5.83.1
Compare Source
BUG FIXES:
fdqn
value ifname
is a wildcard domain name (the leftmost label is*
). This fixes a regression introduced in v5.83.0 (#40868)v5.83.0
Compare Source
NOTES:
apigatewayv2
client has been updated to more extensively matchConflictException
error responses. This change should be transparent to users, but if any unexpected changes in behavior withapigatewayv2
resources occur following an upgrade to this release, please open a bug report. (#40840)id
in favor ofarn
. (#40626)id
. (#40626)id
in favor ofbucket
. (#40626)FEATURES:
aws_cloudwatch_event_buses
(#40662)aws_ecs_clusters
(#40638)aws_route53_records
(#38186)aws_cognito_identity_openid_token_for_developer_identity
(#40763)aws_bedrockagent_agent_collaborator
(#40559)aws_cleanrooms_membership
(#35165)aws_cloudwatch_log_delivery
(#40731)aws_cloudwatch_log_delivery_destination
(#40731)aws_cloudwatch_log_delivery_destination_policy
(#40731)aws_cloudwatch_log_delivery_source
(#40731)aws_cloudwatch_log_index_policy
(#40594)aws_vpclattice_resource_gateway
(#40821)ENHANCEMENTS:
compute_configuration
attribute (#40752)kafka_settings.sasl_mechanism
attribute (#36918)ap-southeast-7
AWS Region (#40850)ap-southeast-7
AWS Region (#40850)default_for_new_launches
attribute (#40536)supports_certificate_rotation_without_restart
,supports_integrations
, andsupports_local_write_forwarding
attributes (#40700)ap-southeast-7
AWS Region (#40850)region
attribute (#40795)service_regions
argument (#40795)ap-southeast-7
as a valid AWS Region (#40849)data_transfer_api
attribute to destination_flow_config_list.destination_connector_properties.salesforce (#34937)grpc_config
argument todefault_cache_behavior
andordered_cache_behavior
configuration blocks (#40762)compute_configuration
argument (#40752)email_mfa_configuration
argument (#40734)sign_in_policy
andweb_authn_configuration
arguments (#40765)user_pool_tier
argument (#40633)kafka_settings.sasl_mechanism
argument (#36918)name
andvalue
arguments (#40772)instance_id
ornetwork_interface_id
(#40769)node_repair_config
configuration block (#40698)VALKEY
as supported value for 'engine' argument (#40764)VALKEY
as supported value for 'engine' argument (#40764)encryption_key_arn
argument (#40771)user_invitation_url
attribute (#40775)iam-db-auth-error
as a valid value forenabled_cloudwatch_logs_exports
(#40789)data_filter
argument (#40816)override_provider
configuration block, allowing tags inherited from the providerdefault_tags
configuration block to be ignored (#40689)BUG FIXES:
description
,name
orversion
if they are not present in the OpenAPI definitionbody
(#40707)ConflictException
error responses (#40840)panic: interface conversion: interface {} is nil, not map[string]interface {}
whenparameters_in_cache_key_and_forwarded_to_origin.cookies_config
,parameters_in_cache_key_and_forwarded_to_origin.headers_config
, orparameters_in_cache_key_and_forwarded_to_origin.query_strings_config
are empty (#40815)scaling_configuration
to be removed on Update (#40773)file_system_locations
to be removed on Update (#40842)fips_dns_name
to an empty value (""
) when no value is returned from the EC2 API. This fixes known-after-apply loops in Regions that don't support FIPS endpoints (#37939)create_table_default_permission
with a nilprincipal
block (#40761)http_tokens
whenmetadata_options
is updated (#40727)public_dns
andpublic_ip
attributes when changinginstance_type
,user_data
, oruser_data_base64
(#40710)operation error EC2: DetachInternetGateway, ..., api error InvalidInternetGatewayID.NotFound: ...
errors on delete for resources deleted out-of-band (#40790)operation error EC2: DetachInternetGateway, ..., api error InvalidInternetGatewayID.NotFound: ...
errors on delete for resources deleted out-of-band (#40790)logical_table_map.tag_column_operation.tags.column_description
(#40713)manage_master_user_password
being updated in state when update errors (#40538)alias.name
contains characters that the Route 53 API escapes (#40154)name
contains characters that the Route 53 API escapes (#40154)delivery_options.max_delivery_seconds
when not configured (#40670)sqs_managed_sse_enabled=true
andkms_data_key_reuse_period_seconds
is configured (#40729)v5.82.2
Compare Source
BUG FIXES:
mutual_authentication.advertise_trust_store_ca_names
attribute. This fixes a regression introduced in v5.82.0 causingsetting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"}
errors (#40658)v5.82.1
Compare Source
ENHANCEMENTS:
availability_zone_distribution
argument (#40634)BUG FIXES:
statement
sid
(#40639)v5.82.0
Compare Source
NOTES:
id
attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combininggroup_arn
andresource_arn
in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)FEATURES:
aws_servicecatalogappregistry_attribute_group_associations
(#38306)aws_api_gateway_domain_name_access_association
(#40566)aws_cloudfront_vpc_origin
(#40239)aws_memorydb_multi_region_cluster
(#40376)aws_networkmanager_dx_gateway_attachment
(#40546)aws_rds_cluster_snapshot_copy
(#40398)ENHANCEMENTS:
arn
attribute (#40546)statement
sid
is valid, including on alphanumeric characters (#40562)service_region
attribute (#40583)agent_collaboration
attribute to configure agent collaboration role (#40543)origin.vpc_origin_config
argument (#40239)name_prefix
argument (#40622)arn
attribute (#40546)efa_enabled
argument (#40381)advertise_trust_store_ca_names
attribute to themutual_authentication
configuration block (#40550)multi_region_cluster_name
argument (#40376)edge_locations
attribute (#40546)service_region
argument (#40583)BUG FIXES:
AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ...
errors for RAM-shared CAs (#39952)setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"}
errors (#40621)certificate_settings
when updating. (#40589)certificate_settings.type
toCUSTOM
. (#40589)ValidationException
when settingcertificate_settings.type
toAMPLIFY_MANAGED
. (#40589)certificate_settings
not set. ([#40589](https://rediConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.