mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
10 lines
147 B
Terraform
10 lines
147 B
Terraform
![]() |
terraform {
|
||
|
required_version = ">= 0.13"
|
||
|
required_providers {
|
||
|
aws = {
|
||
|
source = "hashicorp/aws"
|
||
|
version = "3.72.0"
|
||
|
}
|
||
|
}
|
||
|
}
|