Skip to content

Commit

Permalink
fix(fix): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Feb 26, 2025
1 parent 2845580 commit c54880b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,10 @@ module "satellite-consumer" {
{secret_policy_arn: aws_secretsmanager_secret.satellite_consumer_secret.arn,
values: ["EUMETSAT_CONSUMER_KEY", "EUMETSAT_CONSUMER_SECRET"]}
]
container_tag = var.satellite_consumer_version
container_name = "openclimatefix/satellite-consumer"
container_registry = "ghcr.io"
container_command = []
container-tag = var.satellite_consumer_version
container-name = "openclimatefix/satellite-consumer"
container-registry = "ghcr.io"
container-command = []
}

# 4.1
Expand Down

0 comments on commit c54880b

Please sign in to comment.