Skip to content

Commit

Permalink
chore: Update Terraform file infra.ci.jenkins.io.tf with new expira...
Browse files Browse the repository at this point in the history
... tion date

Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-bot committed Sep 19, 2024
1 parent a7f00ea commit 37df4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra.ci.jenkins.io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "azuread_service_principal" "infra_ci_jenkins_io" {
resource "azuread_application_password" "infra_ci_jenkins_io" {
application_id = azuread_application.infra_ci_jenkins_io.id
display_name = "infra.ci.jenkins.io-tf-managed"
end_date = "2024-09-26T00:00:00Z"
end_date = "2024-12-18T00:00:00Z"
}
# Allow Service Principal to manage AzureRM resources inside the agents resource groups
resource "azurerm_role_assignment" "infra_ci_jenkins_io_allow_azurerm" {
Expand Down

0 comments on commit 37df4a4

Please sign in to comment.