We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
packer-resources.tf
1 parent 03d84b1 commit faa49a4Copy full SHA for faa49a4
packer-resources.tf
@@ -31,7 +31,7 @@ resource "azuread_service_principal" "packer" {
31
resource "azuread_application_password" "packer" {
32
display_name = "packer-tf-managed"
33
application_id = azuread_application.packer.id
34
- end_date = "2025-11-05T00:00:00Z"
+ end_date = "2026-01-18T00:00:00Z"
35
}
36
37
## Dev Resources are used by the pull requests in jenkins-infra/packer-images
0 commit comments