Skip to content

Commit 53a5f18

Browse files
authored
fix(examples): remove reference to non-existent local variable (#9448)
1 parent ee24260 commit 53a5f18

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
@@ -249,7 +249,7 @@ resource "aws_instance" "dev" {
249249
availability_zone = "${data.coder_parameter.region.value}a"
250250
instance_type = data.coder_parameter.instance_type.value
251251

252-
user_data = local.user_data_start
252+
user_data = local.user_data
253253
tags = {
254254
Name = "coder-${data.coder_workspace.me.owner}-${data.coder_workspace.me.name}"
255255
# Required if you are using our example policy, see template README

0 commit comments

Comments
 (0)