File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ data "aws_odb_db_servers" "test" {
499
499
resource "aws_odb_cloud_vm_cluster" "test" {
500
500
display_name = %[3]q
501
501
cloud_exadata_infrastructure_id = aws_odb_cloud_exadata_infrastructure.test.id
502
- cpu_core_count = 8
502
+ cpu_core_count = 16
503
503
gi_version = "23.0.0.0"
504
504
hostname_prefix = "apollo12"
505
505
ssh_public_keys = ["%[4]s"]
@@ -533,7 +533,7 @@ data "aws_odb_db_servers" "test" {
533
533
resource "aws_odb_cloud_vm_cluster" "test" {
534
534
display_name = %[3]q
535
535
cloud_exadata_infrastructure_id = aws_odb_cloud_exadata_infrastructure.test.id
536
- cpu_core_count = 8
536
+ cpu_core_count = 16
537
537
gi_version = "23.0.0.0"
538
538
hostname_prefix = "apollo12"
539
539
ssh_public_keys = ["%[4]s"]
You can’t perform that action at this time.
0 commit comments