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
c7ff1a2e01
typhoon
/
bare-metal
/
container-linux
/
kubernetes
/
outputs.tf
5 lines
74 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
"
{
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
value
=
module
.
bootkube
.
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