mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
10 lines
No EOL
166 B
HCL
10 lines
No EOL
166 B
HCL
terraform {
|
|
required_version = ">= 1.6.0"
|
|
|
|
required_providers {
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = ">= 4.22.0"
|
|
}
|
|
}
|
|
} |