diff --git a/docs/tutorial.adoc b/docs/tutorial.adoc index 779f4dc..43d4143 100644 --- a/docs/tutorial.adoc +++ b/docs/tutorial.adoc @@ -67,17 +67,17 @@ apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: - name: basic-cluster - region: us-west-2 + name: basic-cluster + region: us-west-2 nodeGroups: - - name: ng-1 - instanceType: m5.large - desiredCapacity: 2 - minSize: 1 - maxSize: 3 - ssh: - allow: false + - name: ng-1 + instanceType: m5.large + desiredCapacity: 2 + minSize: 1 + maxSize: 3 + ssh: + allow: false ---- . Customize the configuration: ** Update the `region` to match your desired AWS region.