Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Andrews authored and Phil Andrews committed Oct 12, 2023
1 parent 13bec70 commit ae35779
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/aks/aks_cluster_read_only/aks.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
locals {
role_name = "CastAKSRole-${var.cluster_name}-tf"
app_name = substr("CAST AI ${var.cluster_name}-${var.resource_group}", 0, 64)
}

data "azuread_client_config" "current" {}

data "azurerm_subscription" "current" {}
Expand Down

0 comments on commit ae35779

Please sign in to comment.