fix(examples): remove reference to non-existent local variable (#9448)

This commit is contained in:
Denbeigh Stevens 2023-08-30 13:14:11 -07:00 committed by GitHub
parent ee24260614
commit 53a5f18ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ resource "aws_instance" "dev" {
availability_zone = "${data.coder_parameter.region.value}a"
instance_type = data.coder_parameter.instance_type.value
user_data = local.user_data_start
user_data = local.user_data
tags = {
Name = "coder-${data.coder_workspace.me.owner}-${data.coder_workspace.me.name}"
# Required if you are using our example policy, see template README