From d679dbe403a5b04842a7406793276cf31cf2530c Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Sat, 14 Oct 2023 12:09:10 -0700 Subject: [PATCH] update instance size to latest --- modules/aws/redshift/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/redshift/main.tf b/modules/aws/redshift/main.tf index 55efc97..7268890 100644 --- a/modules/aws/redshift/main.tf +++ b/modules/aws/redshift/main.tf @@ -25,7 +25,7 @@ resource "aws_redshift_cluster" "main" { cluster_identifier = var.name master_username = "foo" master_password = "Password1" - node_type = "dc1.large" + node_type = "dc2.large" cluster_type = "single-node" skip_final_snapshot = true allow_version_upgrade = !var.cluster_no_version_upgrade