mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-23 01:18:08 +00:00
9 lines
119 B
HCL
9 lines
119 B
HCL
|
|
terraform {
|
|
required_version = ">= 0.12"
|
|
required_providers {
|
|
aws = "= 2.44.0"
|
|
gandi = ">= 1.1.0"
|
|
}
|
|
}
|