terraform-aws-clickops-notifier

Get notified when actions are taken in the AWS Console.

MIT License

Stars
197
Committers
13

Bot releases are visible (Hide)

terraform-aws-clickops-notifier - v5.1.0 Latest Release

Published by github-actions[bot] 9 months ago

5.1.0 (2024-01-08)

Features

  • add dependabot (168085a)
  • Allow using a topic from outside of the module (#77) (2ec4c5d)
terraform-aws-clickops-notifier - v5.0.4

Published by github-actions[bot] about 1 year ago

5.0.4 (2023-08-23)

Bug Fixes

terraform-aws-clickops-notifier - v5.0.3

Published by github-actions[bot] over 1 year ago

5.0.3 (2023-06-09)

Bug Fixes

  • exclude grafana login and support (#68) (e639c03)
  • ignore route53domains:TransferDomain (ae3e1b1)
  • ignore route53domains:TransferDomain (b0d1030)
terraform-aws-clickops-notifier - v5.0.2

Published by github-actions[bot] over 1 year ago

5.0.2 (2023-04-18)

Bug Fixes

  • Ensure trail_event_origin is constructed from strings (4b6fb20)
terraform-aws-clickops-notifier - v5.0.1

Published by github-actions[bot] over 1 year ago

5.0.1 (2023-03-22)

Bug Fixes

  • Remove s3 UploadPart and UploadPartCopy from notifications (#61) (74d4fbf)
terraform-aws-clickops-notifier - v5.0.0

Published by github-actions[bot] over 1 year ago

5.0.0 (2023-02-28)

⚠ BREAKING CHANGES

  • Minimum required Terraform version increased from 0.14 to 0.15
  • Change from single webhook to support many webhooks. (#58)

Features

  • Change from single webhook to support many webhooks. (#58) (1579406)

Bug Fixes

  • Minimum required Terraform version increased from 0.14 to 0.15 (ecbd182)
  • Remove lifecycle rule for ignoring SSM value changes (a8f1e2b)
  • Update deployment packages (05961ae)
terraform-aws-clickops-notifier - v4.1.0

Published by github-actions[bot] over 1 year ago

4.1.0 (2023-02-27)

Features

  • Add allowed_aws_principals_for_sns_subscribe (c86bf9e)
terraform-aws-clickops-notifier - v4.0.0

Published by github-actions[bot] over 1 year ago

4.0.0 (2023-02-24)

⚠ BREAKING CHANGES

  • Rename of s3_X vars to lambda_deployment_X, for clarity. (#51)

Features

  • Add kms_key_id_for_sns_topic (502714e)
  • Add lambda_log_level variable (a2f6d5a)
  • Additional s3 bucket notification queues (#49) (e48ade6)
  • For org deployments, use SNS to enable fan-out use cases. (b68fb7f)
  • Update app logic to use SNS (cf7464d)

Bug Fixes

  • Add tags to aws_sqs_queue, aws_ssm_parameter (817708a)
  • DeliveryStream was causing exceptions when disabled (740c765)
  • Increase default event_batch_size from 10 to 100 (750fe31)
  • Remove additional_s3_bucket_notification_queues (c6c9488)
  • Rename of s3_X vars to lambda_deployment_X, for clarity. (#51) (85856bd)
  • Truncate Slack notification of event to 3k chars (2ab3b1b)
  • Update lambda builds to latest (d709560)
terraform-aws-clickops-notifier - v3.0.0

Published by github-actions[bot] over 1 year ago

3.0.0 (2023-02-16)

⚠ BREAKING CHANGES

  • Lambda deployment options. Use pre-built package by default. And deprecate python3.6. (#46)

Features

  • Lambda deployment options. Use pre-built package by default. And deprecate python3.6. (#46) (0e12d94)
terraform-aws-clickops-notifier - Test PR #46

Published by baolsen over 1 year ago

Test #46

terraform-aws-clickops-notifier - v2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-02-02)

Features

  • Ability to send ClickOps to Firehose (#45) (7b9e362)

Bug Fixes

  • Bump min Terraform version from 0.13.1 to 0.14.0 (14db95e)
  • examples: Standalone example works now (5bb738c)
terraform-aws-clickops-notifier - v2.0.0

Published by github-actions[bot] almost 2 years ago

2.0.0 (2022-12-26)

⚠ BREAKING CHANGES

  • Add support for standalone deployments. (#38)

Features

  • Add support for standalone deployments. (#38) (d64f647)
terraform-aws-clickops-notifier - v1.6.0

Published by github-actions[bot] almost 2 years ago

1.6.0 (2022-11-07)

Features

  • Allow lambda memory size setting (#34)
  • Add TrustedAdvisor refresh checks to exclusions (#21) (94aa7db)

Special thanks to: @QuinnyPig @OldCrowEW @gabe-sky

terraform-aws-clickops-notifier - v1.5.0

Published by github-actions[bot] almost 2 years ago

1.5.0 (2022-10-29)

Features

Special thanks to: @sbrinkerhoff

terraform-aws-clickops-notifier - v1.4.0

Published by github-actions[bot] almost 2 years ago

1.4.0 (2022-10-26)

Features

  • Update default exclusions and update variable description (#30) (bd9b7e8)

Special thanks to: @mbrizbee

terraform-aws-clickops-notifier - v1.3.0

Published by github-actions[bot] about 2 years ago

1.3.0 (2022-09-07)

Features

  • Add check for sessionCredentialFromConsole (#26) (b944f3a)

Special thanks to @okgolove for pointing out the solution.

terraform-aws-clickops-notifier - v1.2.0

Published by github-actions[bot] about 2 years ago

1.2.0 (2022-07-23)

Features

  • excluded_scoped_actions and excluded_scoped_actions_effect (#19) (91db59e)

Bug Fixes

terraform-aws-clickops-notifier - Runtime variable

Published by phzietsman over 2 years ago

  • Lambda runtime exposed as variable and defaults to Python 3.8, required for building in Terraform Cloud
terraform-aws-clickops-notifier - Lambda deployment refactor

Published by phzietsman over 2 years ago

  • Removes layer references in favor of the automated terraform-aws-lambda requirements management which removes the requirement for the use of an external lambda layer and the region variable
  • Removes cloudwatch log group and IAM permissions associated with it in favor of the terraform-aws-lambda's handling of these resources.
  • Updates lambda python runtime from 3.8 to 3.9
  • Addresses issue with the addition of the additional_iam_policy_statements input variable
  • Adds outputs.tf
  • Fix provider warning

More details: https://github.com/cloudandthings/terraform-aws-clickops-notifier/pull/10 https://github.com/cloudandthings/terraform-aws-clickops-notifier/pull/11

Special thanks to @irasnyd @userhas404d

terraform-aws-clickops-notifier - v1.0.7

Published by phzietsman over 2 years ago

Changes

  • IAM permissions refined
  • Update to new layer, losing support for Gov and CN
  • Update exclusions

New exclusions

  • sso.amazonaws.com:CreateToken
  • signin.amazonaws.com:CredentialVerification
  • signin.amazonaws.com:CredentialChallenge
  • cloudtrail.amazonaws.com:StartQuery

Contributors

@switchdk

Package Rankings
Top 6.75% on Proxy.golang.org
Badges
Extracted from project README
Tests
Related Projects