-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a Terraform output map with distribution assets
* Introduce a new `assets_dist` output variable that provides a mapping from suggested asset paths to asset contents (for assets that should be distributed to controller nodes). This new output format is intended to align with a modified asset distribution style in Typhoon. * Lay the groundwork for `assets_dir` to become optional. The output map provides output variable access to the minimal assets that are required for bootstrap * Assets that aren't required for bootstrap itself (e.g. the etcd CA key) but can be used by admins may later be added as specific output variables to further reduce asset_dir use Background: * `terraform-render-bootstrap` rendered assets were previously only provided by rendering files to an `asset_dir`. This was neccessary, but created a responsibility to maintain those assets on the machine where terraform apply was run
- Loading branch information
Showing
7 changed files
with
143 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters