Goodbye Contabo

This commit is contained in:
Tobias Reisinger 2024-10-31 03:17:55 +01:00
parent 56885d70b6
commit 428de8040a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 7 additions and 76 deletions

11
main.tf
View file

@ -4,10 +4,6 @@ terraform {
source = "hashicorp/aws"
version = "~> 5.0"
}
contabo = {
source = "contabo/contabo"
version = "~> 0.1.26"
}
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.45.0"
@ -83,13 +79,6 @@ provider "aws" {
secret_key = var.aws_secret_key
}
provider "contabo" {
oauth2_client_id = var.contabo_client_id
oauth2_client_secret = var.contabo_client_secret
oauth2_user = var.contabo_user
oauth2_pass = var.contabo_pass
}
provider "hcloud" {
token = var.hcloud_token
}