Skip to content

Commit

Permalink
fix(nowcasting-dev): Add sat variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Feb 26, 2025
1 parent a9a4d7e commit 38ca5d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion terraform/nowcasting/development/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,10 @@ variable "cloudcasting_app_version" {
type = string
description = "The version of the cloucasting app forecast consumer"
default = "0.0.2"
}
}

variable "satellite_consumer_version" {
type = string
description = "The version of the satellite consumer"
default = "0.0.2"
}

0 comments on commit 38ca5d3

Please sign in to comment.