Skip to content

Commit da6ade7

Browse files
committed
increase instance type
1 parent 556fbac commit da6ade7

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/aws-linux

1 file changed

+1
-1
lines changed

examples/templates/aws-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ EOT
126126
resource "aws_instance" "dev" {
127127
ami = data.aws_ami.ubuntu.id
128128
availability_zone = "${var.region}a"
129-
instance_type = "t3.medium"
129+
instance_type = "t3.xlarge"
130130

131131
user_data = data.coder_workspace.me.transition == "start" ? local.user_data_start : local.user_data_end
132132
tags = {

0 commit comments

Comments
 (0)