Skip to content

Commit

Permalink
tfvars.example note about flexible shape
Browse files Browse the repository at this point in the history
  • Loading branch information
junior committed Mar 5, 2021
1 parent ec0b578 commit 0bfdb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/basic/terraform/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ region = "us-phoenix-1"

# Compute
num_nodes = 2
instance_shape = "VM.Standard.E2.1.Micro"
instance_shape = "VM.Standard.E2.1.Micro" # Micro shape for Always-free shape. If want to use flexible, change to "VM.Standard.E3.Flex"
instance_ocpus = 1 # instance_ocpus only used when instance_shape is a flex compute shape
instance_shape_config_memory_in_gbs = 16 # instance_shape_config_memory_in_gbs only used when instance_shape is a flex compute shape
instance_visibility = "Public"
Expand Down

0 comments on commit 0bfdb27

Please sign in to comment.