Skip to content

Commit 9b5dee2

Browse files
mergify[bot]v1v
andauthored
cloud: tag resources with keep-until (#21221) (#21225)
This tag will help us destroy things automatically, let's keep the expiration_date also for backward compatibility (cherry picked from commit c15234e) Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
1 parent f9c1b82 commit 9b5dee2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • testing/infra/terraform/modules/tags

testing/infra/terraform/modules/tags/output.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ locals {
77
"build" : var.build
88
"ephemeral" : "true"
99
"expiration_date" : formatdate("YYYY-MM-DD", timeadd(timestamp(), "24h"))
10+
"keep-until" : formatdate("YYYY-MM-DD", timeadd(timestamp(), "24h"))
1011
}
1112
}
1213

0 commit comments

Comments
 (0)