Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcfarland committed Mar 15, 2024
1 parent d0add39 commit bc1f85f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deployment/terraform/resources/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ variable "pc_test_resources_rg" {
default = "pc-test-manual-resources"
}

variable "pc_datacatalog_rg" {
type = string
default = "pc-datacatalog-rg"
}

variable "pc_test_resources_kv" {
type = string
default = "pc-test-deploy-secrets"
Expand All @@ -26,11 +21,6 @@ variable "pc_test_resources_acr" {
default = "pccomponentstest"
}

variable "pc_azure_maps" {
type = string
default = "pc-datacatalog-azmaps"
}

variable "aks_node_count" {
type = number
}
Expand Down

0 comments on commit bc1f85f

Please sign in to comment.