Skip to content

Commit 2e9a026

Browse files
Merge pull request #131 from oracle-quickstart/topic_robesanc_jcs-13563
JCS-13563 Create instance without bastion fails in Santiago region
2 parents 5e58041 + 9ed5e4e commit 2e9a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/bastion_variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "existing_bastion_instance_id" {
1717
variable "bastion_instance_shape" {
1818
type = string
1919
description = "Shape of bastion VM instances"
20-
default = "VM.Standard2.1"
20+
default = "VM.Standard.E4.Flex"
2121
}
2222

2323
# TODO: uncomment this when UI uses control with flex shape

0 commit comments

Comments
 (0)