Deprecate support for AWS_METADATA_URL
in favour of official AWS_EC2_METADATA_SERVICE_ENDPOINT
#22825
Labels
documentation
Introduces or discusses updates to documentation.
enhancement
Requests to existing resources that expand the functionality or scope.
Milestone
Historically,
aws-sdk-go-base
supported the non-standard environment variableAWS_METADATA_URL
to override the EC2 Metadata Service endpoint. The AWS SDK for Go v2 has supported the official environment variableAWS_EC2_METADATA_SERVICE_ENDPOINT
from the start, and the AWS SDK for Go v1 added support in v1.40.0.Update provider documentation to indicate the deprecation of the old environment variable and usage of the new one.
Functional deprecationwill be handled by hashicorp/aws-sdk-go-base#89
The text was updated successfully, but these errors were encountered: