From 3e2db58ff40539c33665d0531f04d34ab06492c7 Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Tue, 21 Jan 2025 13:58:11 -0800 Subject: [PATCH] remove commented out code --- provider/doc_edits.go | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/provider/doc_edits.go b/provider/doc_edits.go index 3198b9c661f..9267a298858 100644 --- a/provider/doc_edits.go +++ b/provider/doc_edits.go @@ -205,25 +205,6 @@ var fixUpBucketReplicationConfig = tfbridge.DocsEdit{ }, } -// targetedReplace( -// "s3_bucket_replication_configuration.html.markdown", -// "* `rule` - (Required) List of configuration blocks describing the rules managing the replication. "+ -// "[See below](#rule).\n", -// "* `rule` - (Required) List of configuration blocks describing the rules managing the replication. "+ -// "[See below](#rule).\n"+ -// "~> **NOTE:** Replication to multiple destination buckets requires that `priority` is specified "+ -// "in the `rule` object. If the corresponding rule requires no filter, an empty configuration block "+ -// "`filter {}` must be specified."+ -// "\n\n~> **NOTE:** Amazon S3's latest version of the replication configuration is V2, "+ -// "which includes the `filter` attribute for replication rules.\n\n"+ -// "~> **NOTE:** The `existingObjectReplication` parameter is not supported by Amazon S3 at this time "+ -// "and should not be included in your `rule` configurations. "+ -// "Specifying this parameter will result in `MalformedXML` errors.\n"+ -// "To replicate existing objects, please refer to the [Replicating existing objects with S3 Batch Replication]"+ -// "(https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html) "+ -// "documentation in the Amazon S3 User Guide.\n", -//) - func reReplace(from string, to string) tfbridge.DocsEdit { fromR, toB := regexp.MustCompile(from), []byte(to) return tfbridge.DocsEdit{