terraform-aws-eventbridge/examples/with-archive
2021-03-22 23:15:02 +07:00
..
main.tf feat: first commit () 2021-03-22 23:15:02 +07:00
outputs.tf feat: first commit () 2021-03-22 23:15:02 +07:00
README.md feat: first commit () 2021-03-22 23:15:02 +07:00
variables.tf feat: first commit () 2021-03-22 23:15:02 +07:00

EventBridge Simple 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.