Skip to content

Commit

Permalink
Merge branch 'master' into support-triggers-f-docker-registry-image
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyesDemineExtVeolia authored Nov 30, 2023
2 parents 69e4565 + be31ada commit 8b7750e
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 8b7750e

Please sign in to comment.