Skip to content

Commit

Permalink
Reduce instance size for higher chance of success
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasSko committed Jul 16, 2024
1 parent 6a9e95d commit 9fe4acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/oracle.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resource "oci_core_instance" "andreas-sk-de" {
availability_domain = "FTem:EU-FRANKFURT-1-AD-1"
availability_domain = "FTem:EU-FRANKFURT-1-AD-2"
compartment_id = var.oracle_compartment_id
display_name = "andreas-sk.de"
state = "RUNNING"

shape = "VM.Standard.A1.Flex"
shape_config {
memory_in_gbs = 24
memory_in_gbs = 8
ocpus = 4
}

Expand Down

0 comments on commit 9fe4acb

Please sign in to comment.