Skip to content

Commit

Permalink
fix: changed aks module source to local
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed May 8, 2023
1 parent 331ef6d commit e173fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "log-analytics" {
}

module "aks" {
source = "clouddrove/aks/azure"
source = "../"
name = "app"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit e173fba

Please sign in to comment.