From d76092f3390c479d225415d808302a59bf31ab1b Mon Sep 17 00:00:00 2001 From: Brent <37851948+BrentGruber@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:01:44 -0500 Subject: [PATCH] Update main.tf --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 59177b8..0235b09 100644 --- a/main.tf +++ b/main.tf @@ -176,8 +176,8 @@ resource "oci_core_instance" "deez" { } shape_config { - memory_in_gbs = 8 - ocpus = 2 + memory_in_gbs = 24 + ocpus = 4 } source_details {