Skip to content

Commit

Permalink
minor syntatical fix (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepwithcoffee authored Nov 30, 2023
1 parent 9633abb commit be31ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {
Name = var.function_name
Alias = var.alias_name
CurrentVersion = var.current_version != "" ? var.current_version : local.current_version
TargetVersion : var.target_version
TargetVersion = var.target_version
}
}
}
Expand Down

0 comments on commit be31ada

Please sign in to comment.