Skip to content

tf-cilium/terraform-aws-talos-cilium

Repository files navigation

Requirements

Name Version
terraform >= 1.0.0, < 2.0.0
cilium ~> 0.2.0

Providers

Name Version
aws 5.53.0
cilium 0.2.5
time 0.11.2

Modules

Name Source Version
talos git::https://github.com/littlejo/terraform-aws-talos lifecycle
vpc terraform-aws-modules/vpc/aws n/a

Resources

Name Type
cilium_cilium.this resource
time_sleep.this resource
aws_region.this data source

Inputs

Name Description Type Default Required
azs_letter n/a list(string)
[
"a",
"b",
"c"
]
no
cilium_install Install Cilium CNI ? bool true no
cilium_version n/a string "1.15.5" no
cluster_name n/a string "talos-cilium" no
kubernetes_version n/a string "1.29.3" no
pod_cidr CIDR of Pods string "100.64.0.0/14" no
public_subnets n/a list(string)
[
"10.0.101.0/24",
"10.0.102.0/24",
"10.0.103.0/24"
]
no
service_cidr CIDR of Pods string "100.68.0.0/16" no
talos_version Supported Talos versions (and therefore K8s versions) can be found here: https://github.com/siderolabs/talos/releases string "v1.7.4" no
vpc_cidr n/a string "10.0.0.0/16" no
vpc_name n/a string "vpc-talos" no

Outputs

Name Description
elb_dns_name Public ELB DNS name.
path_to_kubeconfig_file Path to the kubeconfig of the Talos Linux cluster
path_to_talosconfig_file Path to the talosconfig of the Talos Linux cluster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages