gke

jclopeza/gke/module

Terraform Module HCL MODULE
Install
module "gke" {
source = "jclopeza/gke/module"
version = "2.0.0"
}
plain text: /constructs/tfmod-jclopeza-gke-module/install.txt
⭐ Source on GitHub 📦 Registry page
README

Java Bdd Project Este módulo de Terraform se ha pensado para crear un cluster K8s en GCP.

Inputs (2)
NameTypeDescriptionDefault
gke_cluster_namestringCluster name"cluster-gke-de-variable"
number_of_nodesstringNumber of nodes"4"
Outputs (4)
cluster_ca_certificate — The public certificate that is the root of trust for the cluster.
cluster_endpoint — The IP address of the cluster master.
client_certificate — Public certificate used by clients to authenticate to the cluster endpoint.
client_key — Private key used by clients to authenticate to the cluster endpoint.
Resources (1)
google_container_cluster
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud MODULE
Total downloads819
Inputs2
Outputs4
Resources1
Namespacejclopeza
Updated