UPD: moved bucket replication test file from root to shared module
This commit is contained in:
parent
a7c781b7c0
commit
0e0c86f16e
@ -129,3 +129,9 @@ resource "aws_s3_bucket_replication_configuration" "replication-config" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "aws_s3_object" "test-file" {
|
||||||
|
bucket = data.aws_s3_bucket.source-bucket.id
|
||||||
|
key = "replication-test-file"
|
||||||
|
content = "If this file shows up in the destination bucket, replication has been successfully configured."
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user