Remove legacy configs

This commit is contained in:
Paul-Henri Froidmont 2021-07-15 18:00:49 +02:00
parent 1f5e31b0e8
commit 59cb6ac9b9
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
116 changed files with 0 additions and 4552 deletions

View file

@ -1,23 +0,0 @@
locals {
environment = terraform.workspace != "" ? terraform.workspace : "test"
}
terraform {
backend "s3" {
bucket = "banditlair-k8s-tfstate"
key = "banditlair.tfstate"
region = "nl-ams"
endpoint = "https://s3.nl-ams.scw.cloud"
profile = "default"
skip_credentials_validation = true
skip_region_validation = true
}
}
provider "hcloud" {
}
resource "hcloud_ssh_key" "desktop" {
name = "Desktop"
public_key = "${file("ssh_keys/desktop.pub")}"
}