Skip to content

Commit 507d3ec

Browse files
committed
Rename a zip file used in acc test
1 parent 028b5f6 commit 507d3ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/service/opensearch/package_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,17 +192,17 @@ resource "aws_s3_bucket" "test" {
192192
}
193193
194194
195-
# example-dummy-opensearch-plugin.zip was created from the sample repository provided by AWS using the following commands:
195+
# example-opensearch-plugin.zip was created from the sample repository provided by AWS using the following commands:
196196
# > git clone https://github.com/aws-samples/kr-tech-blog-sample-code.git
197197
# > cd kr-tech-blog-sample-code/opensearch_custom_plugin
198198
# > gradele build
199-
# > cp build/distributions/opensearch-custom-plugin-1.0.0.zip terraform-provider-aws/internal/service/opensearch/test-fixtures/example-dummy-opensearch-plugin.zip
199+
# > cp build/distributions/opensearch-custom-plugin-1.0.0.zip terraform-provider-aws/internal/service/opensearch/test-fixtures/example-opensearch-plugin.zip
200200
201201
resource "aws_s3_object" "test" {
202202
bucket = aws_s3_bucket.test.bucket
203203
key = %[1]q
204-
source = "./test-fixtures/example-dummy-opensearch-plugin.zip"
205-
etag = filemd5("./test-fixtures/example-dummy-opensearch-plugin.zip")
204+
source = "./test-fixtures/example-opensearch-plugin.zip"
205+
etag = filemd5("./test-fixtures/example-opensearch-plugin.zip")
206206
}
207207
208208
resource "aws_opensearch_package" "test" {

0 commit comments

Comments
 (0)