isovalent / terraform-azure-aks

An opinionated Terraform module that can be used to create and manage an AKS cluster in Azure in a simplified way.
Apache License 2.0
0 stars 0 forks source link

Input: fix instance_type #24

Closed darox closed 7 months ago

darox commented 7 months ago

So far the instance_type was broken and not passed to the downstream module where the same input is called agents_size. This commit fixes the issue.

Signed-off-by: darox maderdario@gmail.com

darox commented 7 months ago

@strongjz required for the confluent testing to spin up beefier node pools.

strongjz commented 7 months ago

Lgtm