Skip to content

Commit 9aa0d29

Browse files
committed
chore: fix paths
1 parent 1ccbc40 commit 9aa0d29

File tree

3 files changed

+3
-3
lines changed
  • platform-cx-s3-to-sqs/examples

3 files changed

+3
-3
lines changed

platform-cx-s3-to-sqs/examples/clickhouse-integration/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515
}
1616

1717
module "clickhouse_integration" {
18-
source = "../../platform-cx-s3-to-sqs"
18+
source = "../../"
1919

2020
# Existing S3 bucket details
2121
s3_bucket_id = local.existing_bucket_name

platform-cx-s3-to-sqs/examples/cloudquery-integration/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locals {
2424
}
2525

2626
module "cloudquery_integration" {
27-
source = "../../platform-cx-s3-to-sqs"
27+
source = "../../"
2828

2929
# Existing S3 bucket details
3030
s3_bucket_id = local.existing_bucket_name

platform-cx-s3-to-sqs/examples/dual-inegration/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locals {
2424
}
2525

2626
module "dual_integration" {
27-
source = "../../platform-cx-s3-to-sqs"
27+
source = "../../"
2828

2929
# Existing S3 bucket details
3030
s3_bucket_id = local.existing_bucket_name

0 commit comments

Comments
 (0)