terraform-aws-eventbridge/examples/default-bus
2021-04-08 18:54:37 +02:00
..
main.tf feat: Some refactoring and added ability to handle default bus (#5) 2021-04-08 18:25:27 +02:00
outputs.tf feat: Simplified outputs (no this_) (#6) 2021-04-08 18:54:37 +02:00
README.md feat: Some refactoring and added ability to handle default bus (#5) 2021-04-08 18:25:27 +02:00
variables.tf feat: Some refactoring and added ability to handle default bus (#5) 2021-04-08 18:25:27 +02:00
versions.tf feat: Some refactoring and added ability to handle default bus (#5) 2021-04-08 18:25:27 +02:00

EventBridge Default Bus Example

Configuration in this directory creates EventBridge resource configuration using default EventBridge bus.

Usage

To run this example you need to execute:

$ terraform init
$ terraform plan
$ terraform apply

Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.

Requirements

Name Version
terraform >= 0.13.1
aws >= 3.19
random >= 3

Providers

Name Version
aws >= 3.19
random >= 3

Modules

Name Source Version
eventbridge ../../

Resources

Name Type
aws_sqs_queue.products resource
random_pet.this resource

Inputs

No inputs.

Outputs

Name Description
eventbridge_bus_arn The EventBridge Bus ARN