Skip to content

v0.27.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 21 May 01:33
· 20 commits to refs/heads/main since this release
fix: address invalid count bug @RoseSecurity (#118) ## what and why
  • If a data.aws_ssm_parameter.password.value is passed to this module, it is tagged as a sensitive in the AWS provider, and that tag travels with the value all the way into the module. Because we don’t mark variable master_password as sensitive = true, the value is off-limits to functions like length() or to meta-arguments like count. Terraform refuses to evaluate them → “invalid count argument”.