Skip to content

Commit

Permalink
Remove unnecessary variables
Browse files Browse the repository at this point in the history
Neither a bastion nor operator host is created.
  • Loading branch information
sdake committed Aug 15, 2024
1 parent 4744294 commit 98be4df
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions platform/terraform/02_kubernetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ variable "api_private_key_path" {
type = string
}

#variable "ssh_private_key_path" {
# description = "The path to ssh private key."
# type = string
#}

#variable "ssh_public_key_path" {
# description = "The path to ssh public key."
# type = string
#}

###
#
Expand All @@ -40,12 +31,6 @@ variable "compartment_id" {
type = string
}

# this may not be needed
#variable "home_region" {
# description = "The home region for this compartment."
# type = string
#}


###
#
Expand All @@ -66,10 +51,11 @@ variable "services_cidr" {
type = string
}

# It would be cool to enhance this such that an array of clusters could be created.

###
#
# Kubernetes Control Plane Configuration
# It would be cool to enhance this such that an array of clusters could be created.

variable "region" {
description = "Create Kubernetes in this region."
Expand Down

0 comments on commit 98be4df

Please sign in to comment.