mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Terraform added to the project, alongside a README
This commit is contained in:
parent
bea9f708c7
commit
160f2aad20
15 changed files with 270 additions and 5 deletions
19
tf/terraform.tf
Normal file
19
tf/terraform.tf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
terraform {
|
||||
required_version = ">= 1.6.0"
|
||||
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = ">= 4.22.0"
|
||||
}
|
||||
}
|
||||
|
||||
cloud {
|
||||
organization = "gensokyo-zone"
|
||||
hostname = "app.terraform.io"
|
||||
|
||||
workspaces {
|
||||
name = "infrastructure"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue