Skip to content

Commit faa49a4

Browse files
chore: Update Terraform file packer-resources.tf with new expiratio...
... n date Made with ❤️️ by updatecli
1 parent 03d84b1 commit faa49a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer-resources.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "azuread_service_principal" "packer" {
3131
resource "azuread_application_password" "packer" {
3232
display_name = "packer-tf-managed"
3333
application_id = azuread_application.packer.id
34-
end_date = "2025-11-05T00:00:00Z"
34+
end_date = "2026-01-18T00:00:00Z"
3535
}
3636

3737
## Dev Resources are used by the pull requests in jenkins-infra/packer-images

0 commit comments

Comments
 (0)