Name | Version |
---|---|
terraform | >= 1.0.0, < 2.0.0 |
cilium | ~> 0.2.0 |
Name | Version |
---|---|
aws | 5.53.0 |
cilium | 0.2.5 |
time | 0.11.2 |
Name | Source | Version |
---|---|---|
talos | git::https://github.com/littlejo/terraform-aws-talos | lifecycle |
vpc | terraform-aws-modules/vpc/aws | n/a |
Name | Type |
---|---|
cilium_cilium.this | resource |
time_sleep.this | resource |
aws_region.this | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
azs_letter | n/a | list(string) |
[ |
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) |
[ |
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 |
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 |