Skip to content

Commit

Permalink
fix the module issue DEVOPS-302
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Dec 27, 2024
1 parent 2176267 commit 3f77185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aks" {
source = "git::https://github.com/devwithkrishna/azure-terraform-modules.git//vmss-linux?ref=feature/kubernetes-cluster"
source = "git::https://github.com/devwithkrishna/azure-terraform-modules.git//kubernetes-cluster?ref=feature/kubernetes-cluster"

# Optional variables
application_name = "devwithkrishna"
Expand Down

0 comments on commit 3f77185

Please sign in to comment.