Skip to content

Commit

Permalink
add variable
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 31, 2023
1 parent 36b2d71 commit df86fe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/nowcasting/development/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,8 @@ variable "forecast_pvnet_version" {
variable "forecast_blend_version" {
description = "The Forecast Blend docker version"
}

variable "ecs_security_group" {
description = "The security group for airflow ecs tasks. TODO remove this"
type = string
}

0 comments on commit df86fe3

Please sign in to comment.