mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 18:58:39 +00:00
6 lines
92 B
HCL
6 lines
92 B
HCL
|
|
provider "exoscale" {
|
|
key = var.exoscale_api_key
|
|
secret = var.exoscale_api_secret
|
|
}
|