File tree 3 files changed +3
-3
lines changed
platform-cx-s3-to-sqs/examples
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ locals {
15
15
}
16
16
17
17
module "clickhouse_integration" {
18
- source = " ../../platform-cx-s3-to-sqs "
18
+ source = " ../../"
19
19
20
20
# Existing S3 bucket details
21
21
s3_bucket_id = local. existing_bucket_name
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
24
24
}
25
25
26
26
module "cloudquery_integration" {
27
- source = " ../../platform-cx-s3-to-sqs "
27
+ source = " ../../"
28
28
29
29
# Existing S3 bucket details
30
30
s3_bucket_id = local. existing_bucket_name
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
24
24
}
25
25
26
26
module "dual_integration" {
27
- source = " ../../platform-cx-s3-to-sqs "
27
+ source = " ../../"
28
28
29
29
# Existing S3 bucket details
30
30
s3_bucket_id = local. existing_bucket_name
You can’t perform that action at this time.
0 commit comments