Skip to content

Commit 4f386c1

Browse files
committed
fix: unfortunately this needs to be true, else the plan and appky does not work
1 parent 34d6bd8 commit 4f386c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module "notify" {
6060
recreate_missing_package = false
6161
sns_topic_name = var.sns_topic_name
6262
tags = var.tags
63-
trigger_on_package_timestamp = false
63+
trigger_on_package_timestamp = true
6464

6565
# Additional IAM Policies to be attached to notify lambda
6666
lambda_policy_config = {

0 commit comments

Comments
 (0)