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