no longer used

This commit is contained in:
Michael Jerger 2023-05-26 13:06:14 +02:00
parent d8e10b2fda
commit 7476c9a2d3
2 changed files with 0 additions and 9 deletions

View file

@ -1,5 +0,0 @@
variable "exoscale_api_key" {
}
variable "exoscale_secret_key" {
}

View file

@ -1,4 +0,0 @@
provider "exoscale" {
key = "${var.exoscale_api_key}"
secret = "${var.exoscale_secret_key}"
}