From c845b6decb9b2164b27e8d3d082c8761cb31cfaf Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:52:48 +0000 Subject: [PATCH] chore: Update Terraform file `ci.jenkins.io.tf` with new expiration date MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- ci.jenkins.io.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.jenkins.io.tf b/ci.jenkins.io.tf index aa26f17f..111412b0 100644 --- a/ci.jenkins.io.tf +++ b/ci.jenkins.io.tf @@ -31,7 +31,7 @@ module "ci_jenkins_io_sponsorship" { controller_service_principal_ids = [ data.azuread_service_principal.terraform_production.id, ] - controller_service_principal_end_date = "2024-10-19T00:00:00Z" + controller_service_principal_end_date = "2025-01-13T00:00:00Z" controller_packer_rg_ids = [ azurerm_resource_group.packer_images["prod"].id ]