broad-zoo-34077
04/08/2022, 1:45 PMbusy-agent-35515
04/08/2022, 1:51 PMinstanceType == ""
. Will you be able to provide a TF example?future-butcher-9053
04/08/2022, 2:53 PM# module.eks.module.node_groups.random_pet.node_groups["new-infracost-od-test"] will be created
+ resource "random_pet" "node_groups" {
+ id = (known after apply)
+ keepers = {
+ "ami_type" = "AL2_x86_64"
+ "capacity_type" = "ON_DEMAND"
+ "iam_role_arn" = "arn:aws:iam::*******:role/******"
+ "instance_type" = "c6a.xlarge"
+ "key_name" = "infracost_qa"
+ "node_group_name" = "test-new-infracost-od-test"
+ "source_security_group_ids" = ""
+ "subnet_ids" = "***********"
}
+ length = 2
+ separator = "-"
}
Above is relevant section from tf plan. I added a new nodegroup with c6a.xlarge instance but Infracost shows that it is adding t3.medium instance typefuture-butcher-9053
04/08/2022, 2:58 PM# module.eks.module.node_groups.aws_launch_template.nodegroup["new-infracost-od-test"] will be created
+ resource "aws_launch_template" "nodegroup" {
+ arn = (known after apply)
+ default_version = (known after apply)
+ disable_api_termination = false
+ ebs_optimized = "true"
+ id = (known after apply)
+ instance_type = "c6a.xlarge"
+ key_name = "infracost_qa"
+ latest_version = (known after apply)
+ name = (known after apply)
busy-agent-35515
04/08/2022, 3:03 PMfuture-butcher-9053
04/08/2022, 3:06 PMfuture-butcher-9053
04/08/2022, 3:07 PMbusy-agent-35515
04/08/2022, 3:07 PMbusy-agent-35515
04/08/2022, 3:08 PMbusy-agent-35515
04/08/2022, 3:08 PMfuture-butcher-9053
04/08/2022, 3:10 PMbusy-agent-35515
04/08/2022, 3:14 PMfuture-butcher-9053
04/08/2022, 3:33 PMbusy-agent-35515
04/08/2022, 3:45 PMmysterious-teacher-68276
04/08/2022, 4:17 PMfuture-butcher-9053
04/08/2022, 6:33 PMmysterious-teacher-68276
04/08/2022, 6:34 PMmysterious-teacher-68276
04/08/2022, 6:34 PM