We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df7291 commit 83584d6Copy full SHA for 83584d6
platform-cx-s3-to-sqs/examples/dual-inegration/main.tf
@@ -24,7 +24,7 @@ locals {
24
}
25
26
module "dual_integration" {
27
- source = "github.com/cloudquery/terraform-aws-s3-to-sqs"
+ source = "github.com/cloudquery/terraform-cloudquery-modules/platform-cx-s3-to-sqs"
28
29
# Existing S3 bucket details
30
s3_bucket_id = local.existing_bucket_name
0 commit comments