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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ BREAKING CHANGES
9
9
* provider: All "removed" attributes are cut, using them would result in a Terraform Core level error [GH-14001]
10
10
* provider: Credential ordering has changed from static, environment, shared credentials, EC2 metadata, default AWS Go SDK (shared configuration, web identity, ECS, EC2 Metadata) to static, environment, shared credentials, default AWS Go SDK (shared configuration, web identity, ECS, EC2 Metadata) [GH-14077]
11
11
* provider: The `AWS_METADATA_TIMEOUT` environment variable no longer has any effect as we now depend on the default AWS Go SDK EC2 Metadata client timeout of one second with two retries [GH-14077]
12
+
* provider: Remove deprecated `kinesis_analytics` and `r53` custom service endpoint arguments [GH-14238]
12
13
* data-source/aws_availability_zones: Remove deprecated `blacklisted_names` and `blacklisted_zone_ids` arguments [GH-14134]
13
14
* data-source/aws_directory_service_directory: Return an error when a single result is not found [GH-14006]
14
15
* data-source/aws_ecr_repository: Return an error when a single result is not found [GH-10520]
0 commit comments