Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

kubeconfig

Format a kubeconfig file from the inputs

Requirements

Name Version
terraform ~> 1.3
local ~> 2.2.3
time ~> 0.9.1

Providers

Name Version
local ~> 2.2.3
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
local_sensitive_file.kubeconfig resource
time_static.last_update resource

Inputs

Name Description Type Default Required
content Content of the kubeconfig file string n/a yes
customer Customer applied to this instance string "" no
filename The path where to store the kubeconfig file string "/tmp/kube.config" no
name Name applied to this instance string "" no
tags Tags applied to this instance map(string)
{
"ManagedBy": "terraform"
}
no

Outputs

Name Description
kubeconfig_path Path to the kubeconfig file