Skip to content

marc-leblanc/terraform-google-gke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
google n/a
helm n/a

Modules

No modules.

Resources

Name Type
google_container_cluster.kubernetes_cluster resource
helm_release.cert-manager resource
google_client_config.default data source
google_compute_default_service_account.default data source

Inputs

Name Description Type Default Required
cert_manager_install Install cert-manager bool false no
cluster_name name of kubernetes cluster any n/a yes
initial_node_count initial amount of nodes to deploy for the kubernetes cluster string "1" no
location location to deploy kubernetes cluster into string "us-central1-a" no
machine_type size of the compute resources string "n1-standard-1" no
network network that the compute resources of the kubernetes cluster are in string "default" no
preemptible Pre-emptible nodes True/False bool true no
project_id GCP Project ID for GKE deployment any n/a yes
service_account The GCP Service Account to be used by the node VMs string "" no
subnetwork n/a string "default" no

Outputs

Name Description
gke_cluster_ca_cert n/a
gke_connection_string n/a
gke_endpoint n/a

About

GKE Demo Repo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages