Skip to content

Commit

Permalink
terraform: add expiration_date tags
Browse files Browse the repository at this point in the history
this is useful for tearing down resources automatically by some external tools
  • Loading branch information
v1v committed Jan 23, 2025
1 parent 9d457a5 commit dd51954
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 dd51954

Please sign in to comment.