Skip to content

Commit

Permalink
data/azure/vnet/variables: Drop *_master_endpoints
Browse files Browse the repository at this point in the history
These were added without a consumer in 2c40ae8 (data/data/azure:
add azure terraform, 2019-04-19, openshift#1454).
  • Loading branch information
wking committed Oct 18, 2019
1 parent 4d85cb8 commit 2324e40
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions data/data/azure/vnet/variables.tf
Expand Up @@ -11,16 +11,6 @@ variable "cluster_id" {
type = string
}

variable "private_master_endpoints" {
description = "If set to true, private-facing ingress resources are created."
default = true
}

variable "public_master_endpoints" {
description = "If set to true, public-facing ingress resources are created."
default = true
}

variable "region" {
type = string
description = "The target Azure region for the cluster."
Expand Down

0 comments on commit 2324e40

Please sign in to comment.