Skip to content

Commit f318814

Browse files
committed
correct CPU count is used.
1 parent 3a37667 commit f318814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/service/odb/cloud_vm_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ data "aws_odb_db_servers" "test" {
499499
resource "aws_odb_cloud_vm_cluster" "test" {
500500
display_name = %[3]q
501501
cloud_exadata_infrastructure_id = aws_odb_cloud_exadata_infrastructure.test.id
502-
cpu_core_count = 8
502+
cpu_core_count = 16
503503
gi_version = "23.0.0.0"
504504
hostname_prefix = "apollo12"
505505
ssh_public_keys = ["%[4]s"]
@@ -533,7 +533,7 @@ data "aws_odb_db_servers" "test" {
533533
resource "aws_odb_cloud_vm_cluster" "test" {
534534
display_name = %[3]q
535535
cloud_exadata_infrastructure_id = aws_odb_cloud_exadata_infrastructure.test.id
536-
cpu_core_count = 8
536+
cpu_core_count = 16
537537
gi_version = "23.0.0.0"
538538
hostname_prefix = "apollo12"
539539
ssh_public_keys = ["%[4]s"]

0 commit comments

Comments
 (0)