Skip to content

Conversation

@kevinyosua-krom
Copy link

Description

Fixes #

How Has This Been Tested?

Checklist:

  • I have updated the relevant example in the examples directory for the module.
  • I have updated the relevant test file for the module.
  • This change does not affect module (e.g. it's readme file change)

@kevinyosua-krom kevinyosua-krom requested review from a team as code owners July 3, 2025 08:54
@CLAassistant
Copy link

CLAassistant commented Jul 3, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

❌ kevinyosua-krom
❌ deri-krom
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

@guyrenny guyrenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kevinyosua-krom Thanks for opening a PR, I left a few comments that needed to be fixed, also you will need to sign the CLA in order to merge the changes, and pull from master, I notice that the branch is outdated.

bucket = var.s3_bucket_name
count = var.s3_bucket_name == null ? 0 : 1
bucket = var.s3_bucket_name
provider = aws.bucket_s3 # Gunakan provider yang bisa akses akun lain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove the comment here

aws = {
source = "hashicorp/aws"
version = ">= 5.32.0"
configuration_aliases = [aws.bucket_s3]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that I understand why there is a need to add this, if you are still using the AWS provider?

terraform-module = "eventbridge-to-coralogix"
terraform-module-version = "v0.0.3"
managed-by = "coralogix-terraform"
refactored-by = "krom-devops-team"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove this line, as in the end we are still the ones who maintain the module 😅

@@ -1,10 +1,9 @@
terraform {
required_version = ">= 1.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We keep a minimum version for the module, as it does not support an older version, so please keep this line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants