Skip to content

v0.6.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 21 Oct 23:41
0d6ed23

🚀 Enhancements

Feat: Make IAM Role Optional @korenyoni (#24)

what

  • Make IAM role conditional on feature flag.
  • Run make github/init.
  • Fix unintentional nested array in stream_arns output.
  • Fix usage snippet such that it conforms with other modules.

why

  • Not all CloudWatch Logs log group use cases require an IAM role meant for assumption by an EC2 instance. The IAM role should be conditional.
  • Running make github/init updates GHA workflow-related files.
  • Running make github/init updates context.tf to the latest distribution from null-label, which now has new features such as the tenant label.

references