diff --git a/examples/postgres/fixtures.us-east-2.tfvars b/examples/postgres/fixtures.us-east-2.tfvars index 86451ce1..bc3fe6eb 100644 --- a/examples/postgres/fixtures.us-east-2.tfvars +++ b/examples/postgres/fixtures.us-east-2.tfvars @@ -9,8 +9,12 @@ stage = "test" name = "rds-cluster" # https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.SupportAurora +# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_instance instance_type = "db.t3.large" +# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#db_cluster_instance_class +db_cluster_instance_class = "db.t3.large" + cluster_family = "aurora-postgresql15" engine_version = "15.3" @@ -37,8 +41,4 @@ rds_monitoring_interval = 30 allocated_storage = 100 -storage_type = "io1" - -iops = 1000 - -db_cluster_instance_class = "db.m5d.large" +storage_type = "gp2"