Skip to content

Commit

Permalink
Fix another reference
Browse files Browse the repository at this point in the history
  • Loading branch information
paulerickson committed Dec 16, 2024
1 parent d6f5086 commit 282f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ resource "random_pet" "instance" {
prefix = var.cluster_identifier == "" ? module.this.id : var.cluster_identifier
keepers = {
cluster_family = var.cluster_family
instance_class = var.serverlessv2_scaling_configuration != null ? "db.serverless" : var.instance_type
instance_class = local.instance_class
}
}

Expand Down

0 comments on commit 282f77a

Please sign in to comment.