Skip to content

Commit

Permalink
use resource
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Dec 11, 2024
1 parent fa6391a commit 8f423d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ module "wandb" {
internalJWTMap = [
{
subject = "system:serviceaccount:default:${local.weave_trace_service_account_name}",
issuer = azurerm_kubernetes_cluster.cluster.oidc_issuer_url
issuer = module.app_aks.oidc_issuer_url
}
]
}
Expand Down

0 comments on commit 8f423d4

Please sign in to comment.