Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: The typo in userdata-amazonlinux2eks.tpl #1608

Merged
merged 1 commit into from
May 19, 2023

Conversation

mz-mskiim
Copy link
Contributor

@mz-mskiim mz-mskiim commented May 19, 2023

fix: the typo in userdata-amazonlinux2eks.tpl.

Within the code, the content '%{if length(service_ipv4_cidr) > 0 ~ }' should be changed to '%{if length(service_ipv6_cidr) > 0 ~ }'. Currently, when service_ipv4_cidr is defined in the userdata, the condition 'export SERVICE_IPV6_CIDR=${service_ipv6_cidr}' is executed.

Fix the typo in userdata-amazonlinux2eks.tpl
@mz-mskiim mz-mskiim requested a review from a team as a code owner May 19, 2023 05:26
@mz-mskiim mz-mskiim had a problem deploying to EKS Blueprints Test May 19, 2023 05:26 — with GitHub Actions Error
@mz-mskiim mz-mskiim changed the title Fix the typo in userdata-amazonlinux2eks.tpl fix the typo in userdata-amazonlinux2eks.tpl May 19, 2023
@mz-mskiim mz-mskiim changed the title fix the typo in userdata-amazonlinux2eks.tpl fix: the typo in userdata-amazonlinux2eks.tpl May 19, 2023
@mz-mskiim mz-mskiim closed this May 19, 2023
@mz-mskiim mz-mskiim reopened this May 19, 2023
@mz-mskiim mz-mskiim temporarily deployed to EKS Blueprints Test May 19, 2023 05:39 — with GitHub Actions Inactive
@mz-mskiim mz-mskiim changed the title fix: the typo in userdata-amazonlinux2eks.tpl Fix: the typo in userdata-amazonlinux2eks.tpl May 19, 2023
@mz-mskiim mz-mskiim changed the title Fix: the typo in userdata-amazonlinux2eks.tpl fix: the typo in userdata-amazonlinux2eks.tpl May 19, 2023
@mz-mskiim mz-mskiim changed the title fix: the typo in userdata-amazonlinux2eks.tpl fix: The typo in userdata-amazonlinux2eks.tpl May 19, 2023
@bryantbiggs bryantbiggs merged commit 80bd3b9 into aws-ia:main May 19, 2023
gminiba pushed a commit to gminiba/terraform-aws-eks-blueprints that referenced this pull request May 26, 2023
igorbrites pushed a commit to igorbrites/terraform-aws-eks-blueprints that referenced this pull request Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants