Skip to content

Commit

Permalink
update resource referenced in deprecation msg
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jan 26, 2022
1 parent 32a3c99 commit 733af0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changelog/22613.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:note
resource/aws_s3_bucket: The `request_payer` argument has been deprecated and is now read-only.
resource/aws_s3_bucket: The `request_payer` argument has been deprecated and is now read-only. Use the `aws_s3_bucket_request_payment_configuration` resource instead when available in a future minor version.
```
2 changes: 1 addition & 1 deletion internal/service/s3/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func ResourceBucket() *schema.Resource {
"request_payer": {
Type: schema.TypeString,
Computed: true,
Deprecated: "Use the aws_s3_bucket_request_payment resource instead when available in a future minor version",
Deprecated: "Use the aws_s3_bucket_request_payment_configuration resource instead when available in a future minor version",
},

"replication_configuration": {
Expand Down

0 comments on commit 733af0e

Please sign in to comment.