Name | Version |
---|---|
terraform | ~> 1.7 |
kubernetes | ~>2.20 |
Name | Version |
---|---|
kubernetes | ~>2.20 |
No modules.
Name | Type |
---|---|
kubernetes_config_map_v1.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
annotations | An unstructured key value map stored with the config map that may be used to store arbitrary metadata | map(string) |
{} |
no |
data | Data contains the configuration data | map(string) |
{} |
no |
labels | Map of string keys and values that can be used to organize and categorize the config map | map(string) |
{} |
no |
name | Kubernetes namespace name | string |
n/a | yes |
namespace | Namespace defines the space within which name of the config map must be unique | string |
n/a | yes |
Name | Description |
---|---|
generation | A sequence number representing a specific generation of the desired state |
name | The name of config map |
uid | The unique in time and space value for this config map |