Skip to content

Commit

Permalink
try to ignore azurerm_resource_tag check on override block
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 9, 2024
1 parent 08cda8b commit dad6e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main_override.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resource "azurerm_kubernetes_cluster" "main" {
# tflint-ignore: azurerm_resource_tag
automatic_channel_upgrade = var.automatic_channel_upgrade
node_os_channel_upgrade = var.node_os_channel_upgrade
}
1 change: 1 addition & 0 deletions v4/main_override.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resource "azurerm_kubernetes_cluster" "main" {
# tflint-ignore: azurerm_resource_tag
automatic_upgrade_channel = var.automatic_channel_upgrade
node_os_upgrade_channel = var.node_os_channel_upgrade

Expand Down

0 comments on commit dad6e1e

Please sign in to comment.