Skip to content

Commit

Permalink
fix: edit external module reference (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledellipaoli-pagopa authored Jan 8, 2025
1 parent 9ab46ff commit addc219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/k8s-monitoring/20-k8s-monitoring-deployments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
module "k8s_deployment_monitoring" {
for_each = toset(local.microservices_names)

source = "git::https://github.com/pagopa/interop-infra-commons//terraform/modules/k8s-deployment-monitoring?ref=v1.4.5"
source = "git@github.com:pagopa/interop-infra-commons//terraform/modules/k8s-deployment-monitoring?ref=v1.4.5"

env = var.env
eks_cluster_name = var.eks_cluster_name
Expand Down

0 comments on commit addc219

Please sign in to comment.