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.
1 parent edcc5dd commit 98af03dCopy full SHA for 98af03d
examples/templates/aws-linux/main.tf
@@ -146,7 +146,7 @@ EOT
146
resource "aws_instance" "dev" {
147
ami = data.aws_ami.ubuntu.id
148
availability_zone = "${var.region}a"
149
- instance_type = var.instance_type
+ instance_type = "${var.instance_type}"
150
151
user_data = data.coder_workspace.me.transition == "start" ? local.user_data_start : local.user_data_end
152
tags = {
0 commit comments