gke
jclopeza/gke/module
Terraform Module
HCL
MODULE
Install
module "gke" {
source = "jclopeza/gke/module"
version = "2.0.0"
}
README
Java Bdd Project Este módulo de Terraform se ha pensado para crear un cluster K8s en GCP.
Inputs (2)
| Name | Type | Description | Default |
|---|---|---|---|
| gke_cluster_name | string | Cluster name | "cluster-gke-de-variable" |
| number_of_nodes | string | Number 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