This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootkube: feed output using local rather than local_file content
Currently, if one has TLS bootstrap enabled and remove it's assets directory, assuming that they use remote Terraform backend, Terraform won't be able to evalue this output, as after refreshing, local_file.bootstrap-secrets will be gone, as the file has been removed. This commit moves content rendering to local variable, so module output does not depend on local file. Closes #1016 Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
- Loading branch information