terraform-aws-eventbridge/examples/with-permissions
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: Simplified outputs (no this_) (#6) 2021-04-08 18:54:37 +02:00
variables.tf feat: first commit (#1) 2021-03-22 23:15:02 +07:00
versions.tf feat: Some refactoring and added ability to handle default bus (#5) 2021-04-08 18:25:27 +02:00

EventBridge Permission Example

Configuration in this directory creates resources to control access to EventBridge.

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_cloudwatch_event_bus.external resource
random_pet.this resource

Inputs

No inputs.

Outputs

Name Description
eventbridge_bus_arn The EventBridge Bus ARN
eventbridge_permission_ids The EventBridge Permissions