config-map-from-gcp-storage

DiagVN/config-map-from-gcp-storage/kubernetes

Terraform Module HCL KUBERNETES

k8s-config-map-from-gcp-storage

Install
module "config-map-from-gcp-storage" {
source = "DiagVN/config-map-from-gcp-storage/kubernetes"
version = "1.0.0"
}
plain text: /constructs/tfmod-diagvn-config-map-from-gcp-storage-kubernetes/install.txt
⭐ Source on GitHub 📦 Registry page
README

k8s-config-map-from-gcp-storage Download file from GCP storage bucket and store as a config map Usage `` module "k8s-configmap" { source = "./" bucket = "bucket-name" object_key = "object_key.env" name = "configmap-name" } ` Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | | google | >= 3.38.0 | | random | >= 2.2 | Providers | Name | Version | |------|---------| | random | >= 2.2 | | google | >= 3.38.0 | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | bucket | Name of the bucket | string | diagvn-configs | no | | object_key | Storage object key | string | null | yes | | name | Config map name and data key | string | null | yes | | credentials | Service account json credentials | string | null | yes | |

Inputs (5)
NameTypeDescriptionDefault
namestring required
credentialsstring required
object_keystring required
bucketstring"diagvn-configs"
namespacestring"default"
Outputs (1)
config_map_name — Config map metadata name
Resources (2)
kubernetes_config_maprandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud KUBERNETES
★ Stars4
Forks1
Total downloads4.8k
Inputs5
Outputs1
Resources2
LicenseGPL-3.0
NamespaceDiagVN
Updated