mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 16:08:57 +00:00
.. | ||
main.tf | ||
outputs.tf | ||
README.md | ||
variables.tf | ||
versions.tf |
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 |