terraform-aws-eventbridge icon indicating copy to clipboard operation
terraform-aws-eventbridge copied to clipboard

Terraform module to create AWS EventBridge resources πŸ‡ΊπŸ‡¦

Results 10 terraform-aws-eventbridge issues
Sort by recently updated
recently updated
newest added

## Description This patch adds `Name` tag to IAM role and policies. Especially tags for policies are important because they're shown in Resource Groups & Tag Editor in `tag:Name` column...

## Description Add default event bus schema discoverer. ## Motivation and Context This is change is required since the event bus will not initialised after creation. ## Breaking Changes No...

stale

## Is your request related to a problem? Please describe. When EventBridge has CloudWatch target - it is not work at all without next resource-based policy for CloudWatch Group: -...

stale

## Description Fixing two issues found: 1) The role_path is the same for role and policy if created by the AWS Console `"/service-role/"`, but when importing and trying do a...

This is really more of a question because I did manage to get this working eventually. I had created an EventBridge "resource" that created a rule that was triggered on...

stale

This enables the setting of the enable_ecs_managed_tags property - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target#enable_ecs_managed_tags ## Description Without this setting, you cannot set up managed tags ## Motivation and Context I wanted to have the...

stale

## Description Add support for multi target `run_command_targets` ## Motivation and Context closes #113 ## Breaking Changes Before this change: ```tf run_command_targets = { key = "InstanceIds" values = ["i-123456"]...

## Description I encountered an issue while trying to add multiple targets in the Terraform module. According to the documentation, it seems that the module only supports a single target....

Atm with the aws provider this module fails as the event bridge connection output is sensitve but not declared as sensitive in the module The output fails β•· β”‚ Error:...

## Description Reopened #91 as the issue is still present. ## Motivation and Context ### Target Before this change the target configuration for kinesis partition seems to be intended to...