Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Rip out HSM terraform code
Browse files Browse the repository at this point in the history
We already ClickOps'd deleted it.
  • Loading branch information
Krenair committed Feb 18, 2021
1 parent 1eb3862 commit 01db6c4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 114 deletions.
8 changes: 0 additions & 8 deletions modules/gsp-network/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ output "private_subnet_ids" {
]
}

output "private_subnet_cidr_mapping" {
value = {
"${module.subnet-0.private_subnet_id}" = module.subnet-0.private_subnet_cidr
"${module.subnet-1.private_subnet_id}" = module.subnet-1.private_subnet_cidr
"${module.subnet-2.private_subnet_id}" = module.subnet-2.private_subnet_cidr
}
}

output "public_subnet_ids" {
value = [
module.subnet-0.public_subnet_id,
Expand Down
82 changes: 0 additions & 82 deletions modules/hsm/main.tf

This file was deleted.

22 changes: 0 additions & 22 deletions pipelines/deployer/deployer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ variable "k8s_splunk_index" {
type = string
}

variable "hsm_splunk_hec_token" {
type = string
}

variable "hsm_splunk_index" {
type = string
}

variable "minimum_workers_per_az_count" {
type = string
}
Expand Down Expand Up @@ -125,20 +117,6 @@ module "gsp-network" {
netnum = var.cluster_number
}

module "hsm" {
source = "../../modules/hsm"
subnet_cidr_map = module.gsp-network.private_subnet_cidr_mapping
source_security_group_id = module.gsp-cluster.worker_security_group_id
cluster_name = var.cluster_name
splunk = var.splunk_enabled
splunk_hec_url = var.splunk_hec_url
splunk_hec_token = var.hsm_splunk_hec_token
splunk_index = var.hsm_splunk_index

cls_destination_enabled = var.cls_destination_enabled
cls_destination_arn = var.cls_destination_arn
}

module "gsp-cluster" {
source = "../../modules/gsp-cluster"
account_name = var.account_name
Expand Down
2 changes: 0 additions & 2 deletions pipelines/deployer/deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ resources:
splunk_hec_url: ((splunk-hec-url))
k8s_splunk_hec_token: ((k8s-splunk-hec-token))
k8s_splunk_index: ((k8s-splunk-index))
hsm_splunk_hec_token: ((hsm-splunk-hec-token))
hsm_splunk_index: ((hsm-splunk-index))
eks_version: ((eks-version))
worker_eks_version: ((worker-eks-version))
minimum_workers_per_az_count: ((minimum-workers-per-az-count))
Expand Down

0 comments on commit 01db6c4

Please sign in to comment.