Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed Jan 26, 2024
1 parent 61a566b commit 291374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/src/terraform/variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable db_user { default="" }
variable db_password{ default="" }

# Compute Instance size
variable instance_shape { default = "VM.Standard.E3.Flex" }
variable instance_shape { default = "VM.Standard.E4.Flex" }
variable instance_ocpus { default = 1 }
variable instance_shape_config_memory_in_gbs { default = 8 }

Expand Down

0 comments on commit 291374d

Please sign in to comment.