Skip to content

Commit

Permalink
Fixes #2738
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Oct 7, 2023
1 parent 9d53a50 commit d619fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/sdkv2provider/schema_cloudflare_pages_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func resourceCloudflarePagesProjectSchema() map[string]*schema.Schema {
Elem: &schema.Schema{
Type: schema.TypeString,
},
Computed: true,
},
"preview_branch_excludes": {
Description: "Branches will be excluded from automatic deployment.",
Expand All @@ -101,6 +102,7 @@ func resourceCloudflarePagesProjectSchema() map[string]*schema.Schema {
Elem: &schema.Schema{
Type: schema.TypeString,
},
Computed: true,
},
"preview_deployment_setting": {
Description: "Preview Deployment Setting.",
Expand Down

0 comments on commit d619fe5

Please sign in to comment.