terraform-aws-eventbridge/examples/sqs-target
2021-03-22 23:30:42 +07:00
..
main.tf feat: first commit (#1) 2021-03-22 23:15:02 +07:00
outputs.tf feat: first commit (#1) 2021-03-22 23:15:02 +07:00
README.md docs(readme): add terraform-docs (#2) 2021-03-22 23:30:42 +07:00
variables.tf feat: first commit (#1) 2021-03-22 23:15:02 +07:00

EventBridge SQS Example

Configuration in this directory creates EventBridge resource configuration.

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.14.0
aws >= 3.19
random >= 0

Providers

Name Version
aws >= 3.19
random >= 0

Modules

Name Source Version
eventbridge ../../

Resources

Name
aws_iam_policy_document
aws_sqs_queue
aws_sqs_queue_policy
random_pet

Inputs

No input.

Outputs

Name Description
eventbridge_bus_arn The EventBridge Bus ARN
eventbridge_rule_arns The EventBridge Rule ARNs
eventbridge_rule_ids The EventBridge Rule IDs