mirror of
https://github.com/poseidon/typhoon
synced 2025-04-30 13:20:14 +02:00
14 lines
246 B
HCL
14 lines
246 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 2.0.0"
|
|
required_providers {
|
|
aws = ">= 2.23, <= 6.0"
|
|
null = ">= 2.1"
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.13"
|
|
}
|
|
}
|
|
}
|