We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e58041 + 9ed5e4e commit 2e9a026Copy full SHA for 2e9a026
terraform/bastion_variables.tf
@@ -17,7 +17,7 @@ variable "existing_bastion_instance_id" {
17
variable "bastion_instance_shape" {
18
type = string
19
description = "Shape of bastion VM instances"
20
- default = "VM.Standard2.1"
+ default = "VM.Standard.E4.Flex"
21
}
22
23
# TODO: uncomment this when UI uses control with flex shape
0 commit comments