terraform-aws-eventbridge/examples/with-archive
2021-04-08 18:25:27 +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: first commit (#1) 2021-03-22 23:15:02 +07: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: 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 Archive Example

Configuration in this directory creates EventBridge Archives resources in various configurations.

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 ../../
eventbridge_archive_only ../../

Resources

Name Type
aws_cloudwatch_event_bus.existing_bus resource
random_pet.this resource

Inputs

No inputs.

Outputs

Name Description
eventbridge_archive_arns The EventBridge Archive ARNs
eventbridge_bus_arn The EventBridge Bus ARN