This website requires JavaScript.
Explore
Help
Sign In
CadolesKube
/
typhoon
mirror of
https://github.com/puppetmaster/typhoon.git
Watch
7
Star
0
Fork
You've already forked typhoon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b485a9bf2
typhoon
/
bare-metal
/
container-linux
/
kubernetes
/
outputs.tf
5 lines
75 B
Terraform
Raw
Normal View
History
Unescape
Escape
Add admin kubeconfig as a Terraform output * May be used to write a local file
2018-12-16 06:48:08 +01:00
output
"
kubeconfig-admin
"
{
Rename bootkube modules to bootstrap * Rename render module from bootkube to bootstrap. Avoid confusion with the kubernetes-incubator/bootkube tool since it is no longer used * Use the poseidon/terraform-render-bootstrap Terraform module (formerly poseidon/terraform-render-bootkube) * https://github.com/poseidon/terraform-render-bootkube/pull/149
2019-09-15 01:24:32 +02:00
value
=
module
.
bootstrap
.
kubeconfig
-
admin
Add admin kubeconfig as a Terraform output * May be used to write a local file
2018-12-16 06:48:08 +01:00
}
Migrate bare-metal module Terraform v0.11 to v0.12 * Replace v0.11 bracket type hints with Terraform v0.12 list expressions * Use expression syntax instead of interpolated strings, where suggested * Update bare-metal tutorial * Define `clc_snippets` type constraint map(list(string)) * Define Terraform and plugin version requirements in versions.tf * Require matchbox ~> 0.3.0 to support Terraform v0.12 * Require ct ~> 0.3.2 to support Terraform v0.12
2019-05-29 04:19:23 +02:00