File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
internal/service/opensearch Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
201201resource "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
208208resource "aws_opensearch_package" "test" {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments