Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.71 KB

README.md

File metadata and controls

50 lines (39 loc) · 2.71 KB

Requirements

Name Version
terraform >= 1.0
cilium >=0.1.10
google 5.25.0

Providers

Name Version
cilium 0.2.0
google 5.25.0
terraform n/a

Modules

No modules.

Resources

Name Type
cilium_cilium.this resource
google_compute_network.this resource
google_compute_subnetwork.this resource
google_container_cluster.this resource
google_container_node_pool.this resource
google_project_service.this resource
terraform_data.kubeconfig resource

Inputs

Name Description Type Default Required
cidr cidr string "10.11.0.0/24" no
cilium Feature of Cilium
object({
installed = bool
version = string
})
{
"installed": true,
"version": "1.15.4"
}
no
cluster_name Name of the cluster string "terraform-cilium" no
enable_gke Enable gke bool true no
project_id project id string n/a yes
region region string n/a yes

Outputs

Name Description
kubernetes_cluster_name n/a