Skip to content

Commit 98af03d

Browse files
committed
fixup! chore: update terraform to 1.2.1 (#3243)
1 parent edcc5dd commit 98af03d

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ EOT
146146
resource "aws_instance" "dev" {
147147
ami = data.aws_ami.ubuntu.id
148148
availability_zone = "${var.region}a"
149-
instance_type = var.instance_type
149+
instance_type = "${var.instance_type}"
150150

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

0 commit comments

Comments
 (0)