Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Export calico-host-protection_values for controleplane check
Browse files Browse the repository at this point in the history
calico-host-protection_values was not set as output in Terraform for
Packet this caused the control plane check of lokoctl to error.

Signed-off-by: Maartje Eyskens <maartje@kinvolk.io>
  • Loading branch information
Maartje Eyskens authored and meyskens committed Mar 29, 2021
1 parent 8e8a45f commit 598b2a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ output "calico_values" {
value = module.bootkube.calico_values
}

output "calico-host-protection_values" {
value = join("", local_file.calico_host_protection.*.content)
}

output "lokomotive_values" {
value = module.bootkube.lokomotive_values
}
Expand Down
4 changes: 2 additions & 2 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 598b2a4

Please sign in to comment.