Skip to content

Commit 9ed5e4e

Browse files
JCS-13563 Create instance without bastion fails in Santiago region
- Change default for bastion shape
1 parent c48f078 commit 9ed5e4e

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)