Skip to content

Commit 83584d6

Browse files
committed
chore: update examples files
1 parent 1df7291 commit 83584d6

File tree

1 file changed

+1
-1
lines changed
  • platform-cx-s3-to-sqs/examples/dual-inegration

1 file changed

+1
-1
lines changed

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 = "github.com/cloudquery/terraform-aws-s3-to-sqs"
27+
source = "github.com/cloudquery/terraform-cloudquery-modules/platform-cx-s3-to-sqs"
2828

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

0 commit comments

Comments
 (0)