Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 10, 2024
1 parent ef71904 commit e3da040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/img/at-scale.architect.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module "eks" {
platform = "bottlerocket"
enable_bootstrap_user_data = true
bootstrap_extra_args = local.bottlerocket_bootstrap_extra_args
disk_size = 100
disk_size = 100
}
# https://aws.amazon.com/blogs/compute/cost-optimization-and-resilience-eks-with-spot-instances/
# https://www.eksworkshop.com/docs/fundamentals/managed-node-groups/spot/instance-diversification
Expand Down
2 changes: 1 addition & 1 deletion blueprints/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ set-kube-env () {
# shellcheck disable=SC2154
find "$SCRIPTDIR/$bp" -type f -name "*.tf" -print0 \
| xargs -0 sed -i -e "/#vK8#/{n;s/\".*\"/\"$vK8\"/;}" \
-e "/#vEKSBpAddonsTFMod#/{n;s/\".*\"/\"$vEKSBpAddonsTFMod\"/;}"
-e "/#vEKSBpAddonsTFMod#/{n;s/\".*\"/\"$vEKSBpAddonsTFMod\"/;}"
done
}

Expand Down

0 comments on commit e3da040

Please sign in to comment.