cloud-native-toolkit / iascable

IasCable is a node/typescript library to build installable component infrastructure components from a catalog of available modules
MIT License
13 stars 8 forks source link

json encoding issue when generating software boms #142

Closed triceam closed 2 years ago

triceam commented 2 years ago

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:

seansund commented 2 years ago

This is fixed in 2.11.5