Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 18:30
· 22 commits to main since this release
0b1ed0c

🚀 Enhancements

Change `policy` to `source_policy_documents` @johncblandii (#39)

what

  • Use source_policy_documents instead of policy

why

  • policy is combined with source_policy_documents upstream, but there is a ref to var.source_policy_documents and not the combined local.source_policy_documents so using only policy is not working
  • policy is also deprecated so usage needs to be removed

references