Skip to content

Commit

Permalink
ci(terraform): add expiration_date tags to currentime+1day (#15342)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7995693)
  • Loading branch information
v1v authored and mergify[bot] committed Jan 24, 2025
1 parent 7fb9f94 commit ab7231a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/infra/terraform/modules/tags/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ locals {
"project" : var.project
"build" : var.build
"ephemeral" : "true"
"expiration_date" : formatdate("YYYY-MM-DD", timeadd(timestamp(), "24h"))
}
}

Expand Down

0 comments on commit ab7231a

Please sign in to comment.