I'm seeing another json encoding issue when generating 160/165 software boms. These boms reference the cluster module, and when the vars for the cluster module are generated, the default is an improperly encoded json array:
variable "cluster_vpc_subnets" {
type = string
description = "List of subnets with labels"
default = "\"[]\""
}
I'm using iascable 2.11.4 and generating the boms here:
I'm seeing another json encoding issue when generating 160/165 software boms. These boms reference the cluster module, and when the vars for the cluster module are generated, the default is an improperly encoded json array:
I'm using
iascable 2.11.4
and generating the boms here: