Skip to content

Commit a0ed9cf

Browse files
committed
fix cpu_core_count to 8 according to VM.Standard1.8 shape.
1 parent 8348537 commit a0ed9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/database_db_system_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ func (s *ResourceDatabaseDBSystemTestSuite) TestAccResourceDatabaseDBSystem_allV
677677
//backup_subnet_id = "${oci_core_subnet.t2.id}" // this requires a specific shape
678678
database_edition = "ENTERPRISE_EDITION"
679679
disk_redundancy = "NORMAL"
680-
cpu_core_count = "1"
680+
cpu_core_count = "8"
681681
shape = "VM.Standard1.8"
682682
ssh_public_keys = ["ssh-rsa KKKLK3NzaC1yc2EAAAADAQABAAABAQC+UC9MFNA55NIVtKPIBCNw7++ACXhD0hx+Zyj25JfHykjz/QU3Q5FAU3DxDbVXyubgXfb/GJnrKRY8O4QDdvnZZRvQFFEOaApThAmCAM5MuFUIHdFvlqP+0W+ZQnmtDhwVe2NCfcmOrMuaPEgOKO3DOW6I/qOOdO691Xe2S9NgT9HhN0ZfFtEODVgvYulgXuCCXsJs+NUqcHAOxxFUmwkbPvYi0P0e2DT8JKeiOOC8VKUEgvVx+GKmqasm+Y6zHFW7vv3g2GstE1aRs3mttHRoC/JPM86PRyIxeWXEMzyG5wHqUu4XZpDbnWNxi6ugxnAGiL3CrIFdCgRNgHz5qS1l MustWin"]
683683
display_name = "{{.token}}"

0 commit comments

Comments
 (0)