Skip to content

Commit fce0ce0

Browse files
authored
Removing reshift serverless (#2528)
1 parent 6a005ec commit fce0ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/87-redshift-serverless.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "redshift_serverless" {
2-
count = local.is_live_environment && !local.is_production_environment ? 1 : 0
2+
count = 0 # local.is_live_environment && !local.is_production_environment ? 1 : 0
33
source = "../modules/redshift-serverless"
44
tags = module.tags.values
55
subnet_ids = local.subnet_ids_list

0 commit comments

Comments
 (0)