My FeedDiscussionsHashnode Enterprise
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Adelakin Adewumi

1 like

·

66 reads

3 comments

Gemma Black
Gemma Black
Apr 7, 2023

Nice. It was good to see how you used the eks module before I try it myself.

No matter how many years reading code, it takes me ages to read when it's written unindented 😂 - I'm slow. Not sure if you intended to do that but usually I'd do three ``` to open a code statement so it preserves my formatting. I realised it was missing a close bracket at the end.

module "eksctl-eks-vpc" {
    ...
    private_subnet_tags = {
        "kubernetes.io/cluster/eks-cluster" = "shared"
        "kubernetes.io/role/internal-elb" = 1
    }

Otherwise, thanks for the article Adelakin Adewumi

·
·2 replies
Adelakin Adewumi
Adelakin Adewumi
Author
·Apr 7, 2023

Thank you. I realized that ``` doesn't give me what I want. If you check my previous articles, you will see what it has been giving me. Concerning the close bracket, I feel I mistakenly deleted it when formatting the code. Thank you for your feedback tho. I really appreciate it.

1
·
Gemma Black
Gemma Black
Apr 7, 2023

Hi Adelakin Adewumi Sorry the ``` is not working as you needed. Ignore me from before.

·