Skip to content

Commit 282f77a

Browse files
committed
Fix another reference
1 parent d6f5086 commit 282f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ resource "random_pet" "instance" {
324324
prefix = var.cluster_identifier == "" ? module.this.id : var.cluster_identifier
325325
keepers = {
326326
cluster_family = var.cluster_family
327-
instance_class = var.serverlessv2_scaling_configuration != null ? "db.serverless" : var.instance_type
327+
instance_class = local.instance_class
328328
}
329329
}
330330

0 commit comments

Comments
 (0)