Skip to content

Commit

Permalink
feat: revert module source back
Browse files Browse the repository at this point in the history
  • Loading branch information
dkool authored and dkool committed Mar 6, 2024
1 parent 190f661 commit 5935900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ module "analytics" {
}

module "aks" {
source = "cloudnationhq/aks/azure"
version = "~> 0.1"
#source = "cloudnationhq/aks/azure"
#version = "~> 0.1"
source = "../../"

keyvault = module.kv.vault.id
cluster = local.cluster
Expand Down

0 comments on commit 5935900

Please sign in to comment.