mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-02-07 10:16:16 +00:00
12 lines
178 B
HCL
12 lines
178 B
HCL
terraform {
|
|
required_providers {
|
|
archive = {
|
|
source = "hashicorp/archive"
|
|
}
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|