mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(wiki): dependency relationship
This commit is contained in:
parent
fbf6205193
commit
f43aecbe5f
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ resource "cloudflare_pages_domain" "wiki" {
|
|||
account_id = var.cloudflare_account_id
|
||||
project_name = "wiki"
|
||||
domain = "wiki.gensokyo.zone"
|
||||
|
||||
depends_on = [
|
||||
cloudflare_pages_project.wiki
|
||||
]
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "wiki" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue