We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a005ec commit fce0ce0Copy full SHA for fce0ce0
terraform/core/87-redshift-serverless.tf
@@ -1,5 +1,5 @@
1
module "redshift_serverless" {
2
- count = local.is_live_environment && !local.is_production_environment ? 1 : 0
+ count = 0 # local.is_live_environment && !local.is_production_environment ? 1 : 0
3
source = "../modules/redshift-serverless"
4
tags = module.tags.values
5
subnet_ids = local.subnet_ids_list
0 commit comments