Skip to content

Commit

Permalink
fix: redeployment_trigger: replace timestamp() with plantimestamp() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipets and RoseSecurity authored Oct 8, 2024
1 parent 0319b7a commit 047ba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
volumes = concat(var.docker_volumes, var.efs_volumes, var.fsx_volumes, var.bind_mount_volumes)

redeployment_trigger = var.force_new_deployment && var.redeploy_on_apply ? {
redeployment = timestamp()
redeployment = plantimestamp()
} : {}

task_policy_arns_map = merge({ for i, a in var.task_policy_arns : format("_#%v_", i) => a }, var.task_policy_arns_map)
Expand Down

0 comments on commit 047ba2d

Please sign in to comment.