examples: kubernetes-aws: fix cuefmt
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
429820036f
commit
324a1c2992
@ -16,8 +16,8 @@ awsConfig: aws.#Config & {
|
|||||||
// - Instance Node Group: auto-scaling-group, ec2 instances, etc...
|
// - Instance Node Group: auto-scaling-group, ec2 instances, etc...
|
||||||
// base config can be changed (number of EC2 instances, types, etc...)
|
// base config can be changed (number of EC2 instances, types, etc...)
|
||||||
infra: #Infrastructure & {
|
infra: #Infrastructure & {
|
||||||
"awsConfig": awsConfig
|
"awsConfig": awsConfig
|
||||||
namePrefix: "dagger-example-"
|
namePrefix: "dagger-example-"
|
||||||
workerNodeCapacity: int | *1
|
workerNodeCapacity: int | *1
|
||||||
workerNodeInstanceType: "t3.small"
|
workerNodeInstanceType: "t3.small"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user