winstonliu1111
Results
2
comments of
winstonliu1111
module "k8s-aws" { source = "coreos/kubernetes/aws" tectonic_worker_count = "1" tectonic_base_domain = "my_domain" tectonic_cluster_name = "my_cluster_name" tectonic_pull_secret_path = "my_pull_secret_path" tectonic_license_path = "my_license_path" tectonic_admin_email = "my_admin_email" tectonic_admin_password_hash = "my_admin_password_hash" tectonic_aws_ssh_key = "my_ssh_key"...
@fh-TurbaAI can you have a look at the draft PR related to this issue at https://github.com/mlcommons/chakra/pull/190 ?