0.9.0 fix type and formatting of deployment_arns variable
what
- fix type and formatting of deployment_arns variable
- fix typos
why
- The current type of var.deployment_arns is set as map(string). This expects both the key and value to be of type string. The proper type is map(string, list(string))