Kostiantyn Khomko
Kostiantyn Khomko
i tried to do it from scratch and also checked examples. both cases do not work for me. so looks like there is an issue with subnets.
Hello folks. Thanks for your updates. I will record the video tomorrow for you all to show the issue i am facing with during this setup. Sorry for delay in...
 I actually do not understand the difference in this: subnet_ids_gitlab_runner = module.vpc.private_subnets subnet_id_runners = element(module.vpc.private_subnets, 0) could it be the same subnet in both cases? only private allowed or...
Hey Any updates on this? Thanks.
Thanks but it is excess configuration anyway and in my case does not work for one subnet or for many of them. Why do we need such duplicate subnet or...
Hello @kayman-mk No, aws region, vpn and subnets are correct. Subnets corresponds with vpc and vice versa. I have tried on two different vpc and subnets. I even tried to...
i tried to change list(string) to string type for subnet_ids_gitlab_runners and managed to pass to another step, but then also failed with the next error:  Thereby i believe the...
> Make sure you have something like this in your top level code, alongside your eks module. Than it should work. > > ``` > data "aws_eks_cluster" "eks" { >...
Managed to solve it somehow.  Here is my main.tf file: # i am using terraform cloud for keeping the terraform state. If you are not using it just remove...
It was just my initiative of replacement for the subnets. In theory it should not affect the execution plan. So, you can ignore it and just to add the "data...