Skip to content

Commit

Permalink
fix(azure-aks): module source not working
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Oct 25, 2024
1 parent cd4cce6 commit 49b626a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-aks/sandbox.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module "sandbox" {
#source = "nuonco/aks-sandbox/azure"
#version = "1.3.12"
source = "github.com/nuonco/terraform-azure-aks-sandbox?ref=ja%2F6033-add-tag-policy"
#source = "github.com/nuonco/terraform-azure-aks-sandbox?ref=ja%2F6033-add-tag-policy"
source = "github.com/nuonco/terraform-azure-aks-sandbox"

location = var.location
nuon_id = var.nuon_id
Expand Down

0 comments on commit 49b626a

Please sign in to comment.