mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 07:58:57 +00:00
7 lines
96 B
HCL
7 lines
96 B
HCL
terraform {
|
|
required_version = ">= 0.12.26"
|
|
|
|
required_providers {
|
|
aws = ">= 3.19"
|
|
}
|
|
}
|