Skip to content

Commit

Permalink
fix(exoscale): load environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Dec 31, 2024
1 parent 6d85d9e commit 5f74739
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/exoscale/spacelift/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ variable "stacks" {
description = "Spacelift stacks"
}


variable "exo_api_key" {
type = string
description = "Exoscale API key"
Expand All @@ -81,3 +80,8 @@ variable "aws_default_region" {
type = string
description = "The AWS default region"
}

variable "aws_region" {
type = string
description = "The AWS Region"
}

0 comments on commit 5f74739

Please sign in to comment.