Skip to content

Commit

Permalink
Add redshift serverless to staging (#1513)
Browse files Browse the repository at this point in the history
* Adding Redshift Serverless to Staging

* updating workgroup base capacity
  • Loading branch information
LBH-wgreeff authored Nov 22, 2023
1 parent 6b98556 commit ba49d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/core/87-redshift-serverless.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "redshift_serverless" {
workgroup_name = "${local.identifier_prefix}-default"
admin_username = "data_engineers"
db_name = "data_platform"
workgroup_base_capacity = 16
workgroup_base_capacity = 32
serverless_compute_usage_limit_period = "daily"
serverless_compute_usage_limit_amount = 1
landing_zone_bucket_arn = module.landing_zone.bucket_arn
Expand Down

0 comments on commit ba49d31

Please sign in to comment.