Skip to content

blackbird-cloud/terraform-google-gke-config-map

Repository files navigation

Requirements

Name Version
terraform >= 1
google 4.34.0
kubernetes 2.13.1

Providers

Name Version
google 4.34.0
kubernetes 2.13.1

Modules

No modules.

Resources

Name Type
kubernetes_config_map.configmap resource
google_client_config.provider data source
google_container_cluster.my_cluster data source

Inputs

Name Description Type Default Required
cluster_name Cluster name string n/a yes
config_map_binary_data key values for config map binary data map(string) {} no
config_map_data key values for config map data map(string) {} no
config_map_name name for config map string n/a yes
namespaces namespaces where secret will be deployed set(string) n/a yes
project Google Project ID string n/a yes
region Google Region string n/a yes

Outputs

Name Description
config_map_name passthrough config map name
configmap The created config map