Skip to content

Commit

Permalink
Test fix for unknown timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmei committed Jan 29, 2024
1 parent ebdc287 commit f40b5f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
locals {
age_in_days = timeadd(timestamp(), "-2160h") # 90 days (90*24 hours)
# age_in_days = timeadd(timestamp(), "-2160h") # 90 days (90*24 hours)
age_in_days = timeadd(plantimestamp(), "-1056h") # 44 days (44*24 hours)
sync_base_path = "sys/sync/destinations"
destination_name = "${var.name}-${var.region}-${random_id.this.hex}"
delete_sync_destination = alltrue([var.delete_all_secret_associations, var.delete_sync_destination])
Expand Down

0 comments on commit f40b5f8

Please sign in to comment.