Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

k8s-secret

Create a secret in kubernetes

Requirements

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

Providers

Name Version
kubernetes ~> 2.16.1
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
kubernetes_secret.secret resource
time_static.last_update resource

Inputs

Name Description Type Default Required
config_context The context to use for the kubernetes provider string null no
config_path The kubeconfig to use for the kubernetes provider string "" no
customer Customer for the current deployment string "" no
data The data to store in the secret map(any) {} no
labels Labels to add to the secret map(any) {} no
name The name of the helm release string n/a yes
namespace The namespace to deploy the secret into string "default" no
tags Default tags to add to resources map(any) {} no
type The type of secret to create string "Opaque" no

Outputs

Name Description
name The name of the Kubernetes secret
namespace The namespace of the Kubernetes secret