Skip to content

0.9.0 fix type and formatting of deployment_arns variable

Compare
Choose a tag to compare
@maximmi maximmi released this 04 Mar 19:08
ee9e513

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))