Skip to content

Commit

Permalink
fix: add propagation of dependency ids on the Scaleway variant
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Nov 10, 2023
1 parent 574cd2b commit c52a812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaleway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ module "traefik" {
enable_https_redirection = var.enable_https_redirection

helm_values = concat(local.helm_values, var.helm_values)

dependency_ids = var.dependency_ids
}

0 comments on commit c52a812

Please sign in to comment.