Skip to content

Commit

Permalink
feat: Fix dependency version tls cert federated (#77)
Browse files Browse the repository at this point in the history
fix dependency version tls cert federated
  • Loading branch information
mamari90 committed Jan 29, 2024
1 parent ce8ab20 commit 95968ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azuredevops_build_definition_tls_cert_federated/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ resource "azuredevops_pipeline_authorization" "service_connection_ids_authorizat
# for checking certicate expiration and for updating with the new certificate
# provided by let's encrypt.
module "azuredevops_serviceendpoint_federated" {
source = "git::https://github.com/pagopa/azuredevops-tf-modules.git//azuredevops_serviceendpoint_federated?ref=v5.2.0"
source = "git::https://github.com/pagopa/azuredevops-tf-modules.git//azuredevops_serviceendpoint_federated?ref=v5.4.0"

project_id = var.project_id
name = "azdo-acme-challenge-${local.secret_name}"
Expand Down

0 comments on commit 95968ab

Please sign in to comment.