Skip to content

Commit

Permalink
cleanup: delete doks and doks-public Kubernetes clusters as per https…
Browse files Browse the repository at this point in the history
…://github.com/jenkins-infra/helpdesk/issues/3954\#issuecomment-2119858778 (#199)

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal authored May 21, 2024
1 parent 56dc4d4 commit a2ddc92
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 266 deletions.
6 changes: 0 additions & 6 deletions data.tf

This file was deleted.

55 changes: 0 additions & 55 deletions doks-cluster.tf

This file was deleted.

42 changes: 0 additions & 42 deletions doks-public-cluster.tf

This file was deleted.

9 changes: 0 additions & 9 deletions locals.tf

This file was deleted.

3 changes: 0 additions & 3 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
provider "digitalocean" {
}

provider "local" {
}
47 changes: 0 additions & 47 deletions updatecli/updatecli.d/terraform-providers/kubernetes.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions updatecli/updatecli.d/terraform-providers/local.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions updatecli/updatecli.d/terraform-providers/random.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "region" {
type = string
default = "fra1"
description = "DOKS region (availables regions: `doctl kubernetes options regions`)"
description = "Digital Ocean region where to manage resources"
}
9 changes: 0 additions & 9 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,5 @@ terraform {
digitalocean = {
source = "digitalocean/digitalocean"
}
local = {
source = "hashicorp/local"
}
kubernetes = {
source = "hashicorp/kubernetes"
}
random = {
source = "hashicorp/random"
}
}
}

0 comments on commit a2ddc92

Please sign in to comment.