kubernetes_config map

Config Maps are key-value pairs containing configuration data. The Config Map data source provides a mechanism for extracting these key-value pairs.

Example Usage

data "kubernetes_config_map" "example" {
  metadata {
    name = "my-config"
  }
}

Argument Reference

The following arguments are supported:

Nested Blocks

metadata

Arguments

Attributes

Attribute Reference