Skip to content

Commit

Permalink
Merge pull request #24 from isovalent/fix-instance-input
Browse files Browse the repository at this point in the history
Input: fix instance_type
  • Loading branch information
darox authored Apr 12, 2024
2 parents daa936e + 06e41e5 commit 1e0f472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module "main" {
agents_min_count = var.min_nodes
agents_pool_name = local.pool_name
agents_tags = local.tags
agents_size = var.instance_type
cluster_name = var.name
enable_auto_scaling = true
role_based_access_control_enabled = true
Expand Down

0 comments on commit 1e0f472

Please sign in to comment.