From 43f12bbfe01fb5c1c889e78dcc02b9088018b0c9 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 19 Feb 2019 10:54:53 -0800 Subject: [PATCH] backend/s3: Update copy for skip_get_ec2_platforms and skip_requesting_account_id argument deprecations --- backend/remote-state/s3/backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/remote-state/s3/backend.go b/backend/remote-state/s3/backend.go index c795d3271b..8fd6473fa1 100644 --- a/backend/remote-state/s3/backend.go +++ b/backend/remote-state/s3/backend.go @@ -155,7 +155,7 @@ func New() backend.Backend { Optional: true, Description: "Skip getting the supported EC2 platforms.", Default: false, - Deprecated: "This attribute is no longer used.", + Deprecated: "The S3 Backend does not require EC2 functionality and this attribute is no longer used.", }, "skip_region_validation": { @@ -171,7 +171,7 @@ func New() backend.Backend { Optional: true, Description: "Skip requesting the account ID.", Default: false, - Deprecated: "This attribute is no longer used.", + Deprecated: "The S3 Backend no longer automatically uses IAM or STS functionality to lookup the AWS Account ID and this attribute is no longer used.", }, "skip_metadata_api_check": {