Extend Azure AD Application password validity for packer-resources (current end date: 2025-11-05T00:00:00Z) #1230
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR generates a new Azure AD application password with a new end date for the packer-resources application (to allow building VM images).
Once this PR is merged and deployed with success by Terraform (on infra.ci.jenkins.io),
you can retrieve the new password value from the Terraform state with
terraform show -jsonthen searching for the new password in
values.valueof theresource.azuread_application_password.packersection (do NOT save it anywhere!)and (manually) update the packer credential as needed.
Finally, verify that the new credential works by running a test Packer build.
Generate new end date for the packer Azure AD Application password
Update Terraform file `packer-resources.tf` with new expiration date
changes detected: path "resource.azuread_application_password.packer.end_date" updated from "2026-01-27T00:00:00Z" to "2026-01-28T00:00:00Z" in file "packer-resources.tf"
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!