Skip to content

cloud-labs-infra/terraform-kubernetes-secret

Repository files navigation

Kubernetes Secret

Requirements

Name Version
terraform ~> 1.7
kubernetes ~>2.20

Providers

Name Version
kubernetes ~>2.20

Modules

No modules.

Resources

Name Type
kubernetes_secret_v1.main resource

Inputs

Name Description Type Default Required
annotations An unstructured key value map stored with the secret that may be used to store arbitrary metadata map(string) {} no
data Data contains the configuration data map(string) {} no
immutable Ensures that data stored in the Secret cannot be updated bool false no
labels Map of string keys and values that can be used to organize and categorize the secret map(string) {} no
name Kubernetes namespace name string n/a yes
namespace Namespace defines the space within which name of the secret must be unique string n/a yes
type The secret type string "Opaque" no

Outputs

Name Description
generation A sequence number representing a specific generation of the desired state
name The name of secret
uid The unique in time and space value for this secret

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages