Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ module "terraform-aws-controlshift-redshift-sync" {
manifest_bucket_name = var.manifest_bucket_name
manifest_prefix = var.manifest_prefix
failed_manifest_prefix = var.failed_manifest_prefix
success_topic_name = var.success_topic_name
failure_topic_name = var.failure_topic_name
aws_region = var.aws_region
redshift_database_name = var.redshift_database_name
redshift_dns_name = var.redshift_dns_name
redshift_port = var.redshift_port
redshift_schema = var.redshift_schema
controlshift_hostname = var.controlshift_hostname
receiver_timeout = var.receiver_timeout
}