mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 16:08:57 +00:00
8 lines
96 B
Terraform
8 lines
96 B
Terraform
![]() |
terraform {
|
||
|
required_version = ">= 0.12.26"
|
||
|
|
||
|
required_providers {
|
||
|
aws = ">= 3.19"
|
||
|
}
|
||
|
}
|