Skip to content

Commit

Permalink
chore(azure-aks): update sandbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Oct 10, 2024
1 parent 0b7f39e commit cd4cce6
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 55 deletions.
104 changes: 52 additions & 52 deletions azure-aks/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions azure-aks/sandbox.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 = "nuonco/aks-sandbox/azure"
#version = "1.3.12"
source = "github.com/nuonco/terraform-azure-aks-sandbox?ref=ja%2F6033-add-tag-policy"

location = var.location
nuon_id = var.nuon_id
Expand All @@ -10,4 +10,5 @@ module "sandbox" {
cluster_version = var.cluster_version
vm_size = var.vm_size
node_count = var.node_count
tags = var.tags
}
6 changes: 6 additions & 0 deletions azure-aks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ variable "node_count" {
default = 2
description = "The minimum number of nodes in the managed node pool."
}

variable "tags" {
type = string
default = "{}"
description = "Tags to add to all resources."
}

0 comments on commit cd4cce6

Please sign in to comment.