Skip to content

Commit da3459a

Browse files
fix: deprecated setting in infra
1 parent 53218bf commit da3459a

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

infra/main.tf

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ resource "cloudflare_pages_project" "docs" {
2121
source = {
2222
type = "github"
2323
config = {
24-
owner = "pywire"
25-
repo_name = "pywire"
26-
production_branch = "main"
27-
deployments_enabled = false
24+
owner = "pywire"
25+
repo_name = "pywire"
26+
production_branch = "main"
27+
production_deployments_enabled = false
28+
preview_deployment_setting = "none"
2829
}
2930
}
3031

@@ -43,10 +44,11 @@ resource "cloudflare_pages_project" "landing" {
4344
source = {
4445
type = "github"
4546
config = {
46-
owner = "pywire"
47-
repo_name = "pywire.dev"
48-
production_branch = "main"
49-
deployments_enabled = false
47+
owner = "pywire"
48+
repo_name = "pywire.dev"
49+
production_branch = "main"
50+
production_deployments_enabled = false
51+
preview_deployment_setting = "none"
5052
}
5153
}
5254

0 commit comments

Comments
 (0)