Skip to content

Commit

Permalink
Add parameter_group_name_prefix_enabled variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed Oct 6, 2023
1 parent f0d2f8b commit 91511ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/postgres/fixtures.us-east-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 91511ae

Please sign in to comment.