mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(tf): acme provider
This commit is contained in:
parent
89d63a4085
commit
31528db499
5 changed files with 79 additions and 5 deletions
|
|
@ -2,10 +2,18 @@ terraform {
|
|||
required_version = ">= 1.6.0"
|
||||
|
||||
required_providers {
|
||||
acme = {
|
||||
source = "vancluever/acme"
|
||||
version = "~> 2.0"
|
||||
}
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = ">= 4.22.0"
|
||||
}
|
||||
tls = {
|
||||
source = "hashicorp/tls"
|
||||
version = ">= 4.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
cloud {
|
||||
|
|
@ -16,4 +24,4 @@ terraform {
|
|||
name = "infrastructure"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue